|
|
@ -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("标签编号不能为空!"); |
|
|
} |
|
|
} |
|
|
|