fix:外销合同软提示

This commit is contained in:
ljw 2024-09-18 16:48:03 +08:00
parent 3177cc32bf
commit 03d2c7a8eb

View File

@ -41,7 +41,7 @@ public class SalesOrderSaveValidator extends AbstractValidator {
} }
} }
for (Long key : maps.keySet()) { for (Long key : maps.keySet()) {
this.addErrorMessage(dataEntitie, "商品明细:第" + maps.get(key) + "行物料编码重复"); this.addWarningMessage(dataEntitie, "商品明细:第" + maps.get(key) + "行物料编码重复!!!\n");
} }
} }
} }