zjh
2023-09-14 de2ba205c3752992c27777a93823f6292e58d7c3
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");
        }