Commit 2b4255fe by 兰国旗

修复阿里关闭订单推送公司宝关闭订单

parent 57e18e55
......@@ -534,8 +534,10 @@ class UtilsNeedService extends AppServiceBase {
this.utilsPushSve.business2Channel(tmpObj, "pushDeliveryStatusNotify");
pobj.actionBody.orderNo = rtn.data.orderNo;
if (actionBody.status == 11) {
pobj.actionType = "delOrder";
var orderrtn = await self.utilsOrderSve.delOrder(pobj, pobj.actionBody);
console.log('状态更新---icpNotify---orderrtn---',JSON.stringify(orderrtn))
this.execClientNew.execLogs("api-center-channel-delOrder:", pobj, "center-channel-delOrder", orderrtn, null);
if (orderrtn.status < 0) {
return system.getResultFail(-5022, "订单关闭失败");
}
......
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