Commit d143c9e4 by 宋毅

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

parents 64fd4327 63e1398b
......@@ -307,7 +307,7 @@ class UtilsOrderService extends AppServiceBase {
if (!result.data || result.data.status != 0) {
return system.getResult(null, result.data.msg);
}
return result.data.data;
return system.getResult(result.data.data);
}
async getOrderDetails(pobj, actionBody) {
......
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