fix
This commit is contained in:
@@ -105,14 +105,14 @@ public class BuildInformationServiceImpl implements BuildInformationService {
|
||||
}
|
||||
}
|
||||
if (Objects.nonNull(pointInfo)) {
|
||||
if (StringUtils.isNotBlank(response.getAddresseeProvince())){
|
||||
if (StringUtils.isBlank(response.getAddresseeProvince())){
|
||||
response.setAddresseeProvince(pointInfo.getProvince());}
|
||||
if (StringUtils.isNotBlank(response.getAddresseeCity())){
|
||||
if (StringUtils.isBlank(response.getAddresseeCity())){
|
||||
response.setAddresseeCity(pointInfo.getCity());}
|
||||
if (StringUtils.isNotBlank(response.getAddresseeDistrict())){
|
||||
if (StringUtils.isBlank(response.getAddresseeDistrict())){
|
||||
response.setAddresseeDistrict(pointInfo.getDistrict());}
|
||||
}
|
||||
if (StringUtils.isNotBlank(response.getAddresseeAddress())){
|
||||
if (StringUtils.isBlank(response.getAddresseeAddress())){
|
||||
response.setAddresseeAddress(shopInfo.getDetailAddress());}
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user