Commit b4247bc0 by 孙亚楠

d

parent fa82e815
...@@ -263,7 +263,7 @@ class SaasOrderService extends ServiceBase { ...@@ -263,7 +263,7 @@ class SaasOrderService extends ServiceBase {
} }
order.handle_status = 20; order.handle_status = 20;
await order.save(); await order.save();
return system.getResultSuccess(); return system.getResultSuccess();
} catch (error) { } catch (error) {
console.log(error); console.log(error);
return system.getResult(null, `系统错误`); return system.getResult(null, `系统错误`);
......
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