1
This commit is contained in:
@@ -646,7 +646,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
if (isEmpty(order.getAddress())) missing.append("收货地址\n");
|
if (isEmpty(order.getAddress())) missing.append("收货地址\n");
|
||||||
if (isEmpty(order.getModelNumber())) missing.append("型号\n");
|
if (isEmpty(order.getModelNumber())) missing.append("型号\n");
|
||||||
if (missing.length() > 0) {
|
if (missing.length() > 0) {
|
||||||
String warn = "[炸弹] [炸弹] [炸弹] 录单警告!!! \n缺少表单字段 \n" + missing;
|
String warn = "录单警告!!! \n缺少表单字段 \n" + missing;
|
||||||
return warn;
|
return warn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user