Commit 15ebbbb3 by 孙亚楠

dd

parent da0ba55b
......@@ -91,6 +91,8 @@ class SaasinvoiceService extends ServiceBase {
saasinvoice.mail_mobile = params.invoiceinforeg.deliver_mail_mobile;
await this.dao.create(saasinvoice);
invoiceApply.status = "1060";
await invoiceApply.save();
return system.getResultSuccess();
} catch (error) {
console.log(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