|
@ -1227,6 +1227,7 @@ public class CustomerAgencyServiceImpl extends BaseServiceImpl<CustomerAgencyDao |
|
|
result.setOrgLevel(rootAgency.getAgencyId().concat("-").concat(rootAgency.getLevel())); |
|
|
result.setOrgLevel(rootAgency.getAgencyId().concat("-").concat(rootAgency.getLevel())); |
|
|
result.setLongitude(rootAgency.getLongitude()); |
|
|
result.setLongitude(rootAgency.getLongitude()); |
|
|
result.setLatitude(rootAgency.getLatitude()); |
|
|
result.setLatitude(rootAgency.getLatitude()); |
|
|
|
|
|
result.setOrgIdPath(rootAgency.getOrgIdPath()); |
|
|
|
|
|
|
|
|
String orgTreeCacheKey = RedisKeys.getOrgTreeCacheKey(rootAgency.getAgencyId(),customerId); |
|
|
String orgTreeCacheKey = RedisKeys.getOrgTreeCacheKey(rootAgency.getAgencyId(),customerId); |
|
|
Object o = redisUtils.get(orgTreeCacheKey); |
|
|
Object o = redisUtils.get(orgTreeCacheKey); |
|
|