Revert "1"

This reverts commit d2db86f2ac.
This commit is contained in:
2025-10-10 02:15:15 +08:00
parent d2db86f2ac
commit 35ae723926

View File

@@ -646,7 +646,7 @@ public class InstructionServiceImpl implements IInstructionService {
if (isEmpty(order.getAddress())) missing.append("收货地址\n");
if (isEmpty(order.getModelNumber())) missing.append("型号\n");
if (missing.length() > 0) {
String warn = "录单警告!!! \n缺少表单字段 \n" + missing;
String warn = "[炸弹] [炸弹] [炸弹] 录单警告!!! \n缺少表单字段 \n" + missing;
return warn;
}