han\hanst 3 days ago
parent
commit
93a0c7a7b9
  1. 4
      src/main/java/com/gaotao/modules/base/service/Impl/BaseServiceImpl.java

4
src/main/java/com/gaotao/modules/base/service/Impl/BaseServiceImpl.java

@ -328,9 +328,9 @@ public class BaseServiceImpl implements BaseService {
if (isBlank(inData.getCustomerId())) { if (isBlank(inData.getCustomerId())) {
throw new XJException("客户编码不能为空!"); throw new XJException("客户编码不能为空!");
} }
if (isBlank(inData.getAddressNo())) {
/* if (isBlank(inData.getAddressNo())) {
throw new XJException("地址编码不能为空!"); throw new XJException("地址编码不能为空!");
}
}*/
if (isBlank(inData.getLabelNo())) { if (isBlank(inData.getLabelNo())) {
throw new XJException("标签编号不能为空!"); throw new XJException("标签编号不能为空!");
} }

Loading…
Cancel
Save