zjh
2023-09-14 e9191e6d4485d94c75f76762b4926439503c20c6
ltkj-admin/src/main/java/com/ltkj/web/controller/system/SysDeptController.java
@@ -257,7 +257,7 @@
                return AjaxResult.success("暂无数据");
            }
        }
        List<TjCustomer> customerLists = null;
        List<TjCustomer> customerLists = new ArrayList<>();
        if (type == 0) {
            customerLists = redisCache.getCacheMapValue(ksId + "ks", "wj");
        }