Commit e794e78f by 宋毅

tj

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