Commit f9211b43 by 任晓松

update

parent 63e1398b
......@@ -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