|
|
@ -191,7 +191,7 @@ public class IcNeighborHoodServiceImpl extends BaseServiceImpl<IcNeighborHoodDao |
|
|
|
log.info("agencyId与gridId都为空时,默认查询当前工作人员所属组织下的小区"); |
|
|
|
CustomerStaffInfoCacheResult result= CustomerStaffRedis.getStaffInfo(customerId,staffId); |
|
|
|
if (null == result || StringUtils.isBlank(result.getAgencyId())) { |
|
|
|
log.error(String.format("staffId:%s,工作人员缓存信息查询异常", tokenDto.getUserId())); |
|
|
|
log.error(String.format("staffId:%s,工作人员缓存信息查询异常", staffId)); |
|
|
|
return Collections.emptyList(); |
|
|
|
} |
|
|
|
agencyId=result.getAgencyId(); |
|
|
|