Commit 5a727372 by 王栋源

wdy

parent b9bf6c76
...@@ -145,6 +145,7 @@ class CenterorderService { ...@@ -145,6 +145,7 @@ class CenterorderService {
pobj.actionBody.orderNo = orderrtn.data.orderNo pobj.actionBody.orderNo = orderrtn.data.orderNo
} }
if (pobj.actionBody.solutionBizId) { if (pobj.actionBody.solutionBizId) {
pobj.actionBody.channelSolutionNo=pobj.actionBody.solutionBizId;
pobj.actionType = "receiveSolutionPayInfo"; pobj.actionType = "receiveSolutionPayInfo";
} else { } else {
pobj.actionType = "createSolutionByOrder"; pobj.actionType = "createSolutionByOrder";
......
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