Browse Source

上报检测问题

MaiXinRong 4 years ago
parent
commit
ef529ba1b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/lib/ledger.js

+ 1 - 1
app/lib/ledger.js

@@ -689,7 +689,7 @@ class checkData {
                     errorType: 's2b_lost_' + l,
                 });
             }
-            if (!this.checkResult.source.bills.find(x => {return x.ledger_id === b.ledger_id})) {
+            if (!this.checkResult.source.bills.find(x => {return x.ledger_id === bills.ledger_id})) {
                 this.checkResult.source.bills.push(bills);
                 if (posRange && posRange.length > 0) this.checkResult.source.pos.push(...posRange);
             }