Commit b4247bc0 by 孙亚楠

d

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