MaiXinRong 5 年之前
父節點
當前提交
74bdfb1e61
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);