Commit 57e18e55 by 兰国旗

回复日志加入改成打印

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