master:提示语优化;

pull/1121/head
liujiang 2025-11-28 16:19:49 +08:00
parent 993e039d47
commit b9d78f6b40
1 changed files with 1 additions and 1 deletions

View File

@ -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());