Commit 408028a5 by 任晓松

update

parent c3fd964b
...@@ -1786,6 +1786,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -1786,6 +1786,7 @@ class UtilsOrderService extends AppServiceBase {
if (checkRet.code != 200) { if (checkRet.code != 200) {
return system.getResultFail(-1, checkRet.msg) return system.getResultFail(-1, checkRet.msg)
} }
return system.getResult(checkRet.data)
} }
} }
......
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