demand: 分批逻辑修复
This commit is contained in:
parent
c445db1d3e
commit
29ed646b45
@ -269,7 +269,7 @@ public class EmisTmsSiteBatchDtlServiceImpl implements IEmisTmsSiteBatchDtlServi
|
||||
.filter(batch -> supplierCodeList.contains(batch.getSupplierCode()))
|
||||
.collect(Collectors.toList());
|
||||
|
||||
if (!matchedBatches.isEmpty()) {
|
||||
if (!matchedBatches.isEmpty()&&!supplierCode.equals(matchedBatches.get(0).getSupplierCode())) {
|
||||
matchedBatchGroups.add(matchedBatches);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user