lige
2023-09-13 1e8505dbe7ba0984c12e220fb71b5a13fcecf96d
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");
        }