zjh
2023-09-13 e8b7633aeb37c17c753074ce10a304b7c2d34e24
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");
        }