Commit 960b260a by 王昆

gsb

parent 7da0ebb0
......@@ -145,7 +145,7 @@ class SaasinvoiceapplyService extends ServiceBase {
invoice = await this.saasinvoiceDao.create(invoice, t);
await this.dao.update({
id: apply.id,
status: "1040"
status: "1060"
}, t);
return invoice;
});
......
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