Commit 76001e21 by 王昆

gsb

parent a7f9e9f9
...@@ -523,7 +523,7 @@ class SaasOrderService extends ServiceBase { ...@@ -523,7 +523,7 @@ class SaasOrderService extends ServiceBase {
_bminfo.business_scope = this.trim(params.business_scope); _bminfo.business_scope = this.trim(params.business_scope);
} }
let self = this; let self = this;
this.db.transaction(async t => { await this.db.transaction(async t => {
await self.dao.update(_order, t); await self.dao.update(_order, t);
if (_bminfo) { if (_bminfo) {
await self.saasorderbminfoDao.update(_bminfo, t); await self.saasorderbminfoDao.update(_bminfo, t);
......
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