Commit f3f0182f by 孙亚楠

dd

parent 58e7950d
......@@ -558,7 +558,7 @@ class IinvoicestatusService extends ServiceBase {
let _invoice = params._invoice;
_invoice.status = this.trim(params.status);
await _invoice.save();
return system.getResultSuccess();
return system.getResult(_invoice);
} catch (error) {
console.log(error);
return system.getResult(null,`系统错误 错误信息${error}`);
......
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