Commit 7937434a by 孙亚楠

dd

parent c0a41b2f
...@@ -512,7 +512,7 @@ class OorderstatusService extends ServiceBase { ...@@ -512,7 +512,7 @@ class OorderstatusService extends ServiceBase {
orderProperty.status = this.trim(params.status); orderProperty.status = this.trim(params.status);
orderProperty.id = this.trim(params._order.id); orderProperty.id = this.trim(params._order.id);
await this.db.transaction(async t => { await this.db.transaction(async t => {
await _oorderdeliver.update(orderProperty, t); await this.oorderdeliverDao.update(orderdeliverProperty, t);
await this.dao.update(orderProperty, t); await this.dao.update(orderProperty, t);
}); });
return system.getResultSuccess(); return system.getResultSuccess();
......
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