Commit 4b189bb6 by 胡敬轩

Merge remote-tracking branch 'remotes/origin/feature/Ka3.0.4.1-0613-0620-爱马哥低碳活动' into qa

parents 86a7ddff 6a5971fe
......@@ -606,7 +606,7 @@ public class OrderServiceImpl implements Orderservice {
message.setTerminalId(newMessage.getAppId());
message.setRuleId(newMessage.getRuleId());
message.setSource(PaySuccessSource.OUTSIDE.getSource());
message.setThirdPartTradeNo(message.getThirdPartTradeNo());
message.setThirdPartTradeNo(newMessage.getThirdPartTradeNo());
message.setSvcPayItems(newMessage.getPayItems());
String res = orderAdapterService.paySuccessCallback(message);
JSONObject jsonObject = JSONObject.parseObject(res);
......
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