Commit 58e7950d by 孙亚楠

dd

parent 645610f9
......@@ -553,7 +553,17 @@ class IinvoicestatusService extends ServiceBase {
}
}
async businessCompletion(params) {
try {
let _invoice = params._invoice;
_invoice.status = this.trim(params.status);
await _invoice.save();
return system.getResultSuccess();
} catch (error) {
console.log(error);
return system.getResult(null,`系统错误 错误信息${error}`);
}
}
}
module.exports = IinvoicestatusService;
\ No newline at end of file
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