Commit 63e1398b by 任晓松

update

parent 21192f3e
......@@ -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