瀏覽代碼

feature 代码提交

xiahan 1 月之前
父節點
當前提交
d5aa518a4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhsw-common/src/main/java/com/rongwei/zhsw/system/wechat/impl/OwnerServiceImpl.java

+ 1 - 1
zhsw-common/src/main/java/com/rongwei/zhsw/system/wechat/impl/OwnerServiceImpl.java

@@ -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);
             }