Commit 0c54d485 authored by 张永's avatar 张永

V1.1.0

parent b1ed2d1a
...@@ -1174,7 +1174,7 @@ public class OrderServiceImpl implements OrderService { ...@@ -1174,7 +1174,7 @@ public class OrderServiceImpl implements OrderService {
returnMap = this.doCallBack(OutTradeNO, TransactionID, PayCardNO, PayAmount, paydate, PayChannel, OpenID); returnMap = this.doCallBack(OutTradeNO, TransactionID, PayCardNO, PayAmount, paydate, PayChannel, OpenID);
} catch (Exception e) { } catch (Exception e) {
logger.info("支付回调异常 ,{} ", e.getMessage()); logger.info("支付回调异常 ,{} ", e);
} }
return returnMap; return returnMap;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment