master:提示语优化;
parent
993e039d47
commit
b9d78f6b40
|
|
@ -52,7 +52,7 @@ public class UserAddressServiceImpl implements IUserAddressService {
|
|||
Assert.notEmpty(structAddressDTO.getCityName(), "市名称异常");
|
||||
Assert.notEmpty(structAddressDTO.getCountyCode(), "区县编码异常");
|
||||
Assert.notEmpty(structAddressDTO.getCountyName(), "区县名称异常");
|
||||
Assert.notEmpty(structAddressDTO.getDetailAddress(), "地址数据异常,请检查并修改!");
|
||||
Assert.notEmpty(structAddressDTO.getDetailAddress(), "地址解析异常,请您修改后重新提交");
|
||||
userAddress.setProvinceCode(structAddressDTO.getProvinceCode());
|
||||
userAddress.setCityCode(structAddressDTO.getCityCode());
|
||||
userAddress.setDistrictCode(structAddressDTO.getCountyCode());
|
||||
|
|
|
|||
Loading…
Reference in New Issue