Commit e794e78f by 宋毅

tj

parent 719b8562
...@@ -42,8 +42,8 @@ class UtilsOpOrderService extends AppServiceBase { ...@@ -42,8 +42,8 @@ class UtilsOpOrderService extends AppServiceBase {
channel_nickname: pobj.userInfo.channel_nickname channel_nickname: pobj.userInfo.channel_nickname
}; };
var tmpPobj = { var tmpPobj = {
appInfo: opResult.data.appInfo, appInfo: pobj.appInfo,
actionBody: opResult.data actionBody: result.data
} }
delete result.data["orderStatus"]; delete result.data["orderStatus"];
this.utilsPushSve.pushBusInfo(tmpPobj, opType, 1); this.utilsPushSve.pushBusInfo(tmpPobj, opType, 1);
......
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