|
|
@@ -94,7 +94,7 @@ public class RateDTO {
|
|
|
this.code = organization.getCode();
|
|
|
String address = "南京市" + organization.getDistrict();
|
|
|
if (rate.isChange() && StrUtil.isNotBlank(rate.getChangeAddress())) {
|
|
|
- address += rate.getChangeAddress();
|
|
|
+ address = rate.getChangeAddress();
|
|
|
} else if (StrUtil.isNotBlank(organization.getAddress())) {
|
|
|
address += organization.getAddress();
|
|
|
}
|