|
|
@@ -309,9 +309,6 @@ public class PurchaseProductServiceImpl implements PurchaseProductService {
|
|
|
}
|
|
|
for (ReleaseProductByBatch each : batchList) {
|
|
|
// 返回符合标准的唯一的物料信息
|
|
|
- if (StringUtils.isEmpty(each.getErrmsg()) && !each.equals(aBatch)) {
|
|
|
- return aBatch;
|
|
|
- }
|
|
|
if (aBatch.compareSameProductTagInfo(each)) {
|
|
|
aBatch.addErrmsg(ErrorInfoConstant.REPEAT_IN_EXCEL.getInfo());
|
|
|
aBatch.setReleaseStatus(ReleaseStatus.had_exists.getPhrase());
|