1.外销合同提交效验

(cherry picked from commit 547bf40721)
This commit is contained in:
ljw 2024-11-11 16:12:10 +08:00
parent 5afb148064
commit 595983c907

View File

@ -367,7 +367,6 @@ public class SalesOrderSubmitValidator extends AbstractValidator {
} }
} }
} }
sb.append("测试");
if (sb.length() > 0) { if (sb.length() > 0) {
sb.append("不允许提交!"); sb.append("不允许提交!");
this.addErrorMessage(dataEntitie, sb.toString()); this.addErrorMessage(dataEntitie, sb.toString());