|
@@ -62,7 +62,7 @@ public class OwnerServiceImpl implements OwnerService {
|
|
|
tenantDsKeys.forEach(tenantDsKey -> {
|
|
|
try {
|
|
|
List<OwnerVo> ownerInfoByDsId = commonBusinessDao.getOwnerInfoByDsId(tenantDsKey);
|
|
|
- redisService.redisCatchInit(String.format(REDIS_OWNER_KEY, tenantDsKey), ownerInfoByDsId, 0);
|
|
|
+ // redisService.redisCatchInit(String.format(REDIS_OWNER_KEY, tenantDsKey), ownerInfoByDsId, 0);
|
|
|
} catch (Exception e) {
|
|
|
log.error("获取:{}下的业主信息失败", tenantDsKey);
|
|
|
}
|