|
@ -609,7 +609,7 @@ public class GovOrgServiceImpl implements GovOrgService { |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public CustomerAgencyEntity getAgencyInfo(String agencyId) { |
|
|
public CustomerAgencyEntity getAgencyInfo(String agencyId) { |
|
|
CustomerAgencyEntity customerAgencyEntity=customerAgencyDao.selectById(agencyId); |
|
|
CustomerAgencyEntity customerAgencyEntity=customerAgencyDao.selectByAgencyId(agencyId); |
|
|
//设置行政地区编码全路径
|
|
|
//设置行政地区编码全路径
|
|
|
if (StringUtils.isNotBlank(customerAgencyEntity.getAreaCode()) && StringUtils.isNotBlank(customerAgencyEntity.getParentAreaCode())) { |
|
|
if (StringUtils.isNotBlank(customerAgencyEntity.getAreaCode()) && StringUtils.isNotBlank(customerAgencyEntity.getParentAreaCode())) { |
|
|
customerAgencyEntity.setAreaCodePath(queryAreaCodePath(customerAgencyEntity)); |
|
|
customerAgencyEntity.setAreaCodePath(queryAreaCodePath(customerAgencyEntity)); |
|
|