MaiXinRong 5 năm trước cách đây
mục cha
commit
74bdfb1e61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/ledger.js

+ 1 - 1
app/service/ledger.js

@@ -727,7 +727,7 @@ module.exports = app => {
                     newIds.push(qd.id);
                     if (data[i].pos.length > 0) {
                         await this.ctx.service.pos.insertLedgerPosData(this.transaction, tenderId, qd, data[i].pos);
-                        await this._calcNode(qd, this.transaction);
+                        await this.calcNode(qd, this.transaction);
                     }
                 }
                 this._cacheMaxLid(tenderId, maxId + data.length);