Commit 39ea4d9b by 王栋源

wdy

parent d3f21c59
...@@ -185,6 +185,7 @@ class CenterorderService { ...@@ -185,6 +185,7 @@ class CenterorderService {
pobj.actionBody.needId = solutiondata.data.channelNeedNo; pobj.actionBody.needId = solutiondata.data.channelNeedNo;
} }
if (solutiondata.status == 0) { if (solutiondata.status == 0) {
pobj.actionBody.orderNo=pobj.actionBody.channelOrderNo;
this.utilsPushSve.aliBusiness2Fq(pobj, "pushOrderBusiness"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushOrderBusiness");
} }
return system.getResultSuccess(); return system.getResultSuccess();
......
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