Commit 42a75b4d by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 5c4c6dbc 4ac3eaa9
...@@ -1201,9 +1201,10 @@ class UtilsOrderService extends AppServiceBase { ...@@ -1201,9 +1201,10 @@ class UtilsOrderService extends AppServiceBase {
let contractNo = ids[i].contractNo; let contractNo = ids[i].contractNo;
result.push(ids[i].orderNo) result.push(ids[i].orderNo)
actionBody.orderNo = orderNo; actionBody.orderNo = orderNo;
actionBody.contractNo = contractNo; actionBody.channelServiceNo = contractNo;
actionBody.channelOrderNo = ids[i].orderNo;
actionBody.orderServiceNo = orderServiceNo; actionBody.orderServiceNo = orderServiceNo;
this.restPostUrl(orderUrl,pobj); let rest = await this.restPostUrl(pobj,orderUrl);
} }
return system.getResultSuccess(result) return system.getResultSuccess(result)
} }
......
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