|
@@ -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);
|
|
|
}
|