Commit 6a5971fe by 胡敬轩

三方流水号赋值错误

parent 93794d7c
......@@ -598,7 +598,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