fix:外销合同软提示

This commit is contained in:
ljw 2024-09-18 16:48:03 +08:00
parent 8d19014968
commit 685402c9c0

View File

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