@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user