瀏覽代碼

计量期,上报检查

MaiXinRong 1 年之前
父節點
當前提交
92449b13e4
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/lib/ledger.js

+ 0 - 3
app/lib/ledger.js

@@ -1095,9 +1095,6 @@ class checkData {
                     });
                     if (!this.checkResult.source.bills.find(x => {return x.ledger_id === b.ledger_id})) {
                         this.checkResult.source.bills.push(b);
-                        for (const p of pr) {
-                            this.checkResult.source.pos.push(p);
-                        }
                     }
                 }
             } else {