Commit f3f0182f by 孙亚楠

dd

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