Commit ec7185a7 by 宋毅

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

parents d143c9e4 f9211b43
......@@ -307,7 +307,7 @@ class UtilsOrderService extends AppServiceBase {
if (!result.data || result.data.status != 0) {
return system.getResult(null, result.data.msg);
}
return system.getResult(result.data.data);
return system.getResultSuccess(result.data.data == null?[]: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