zjh
2023-10-18 fdda86aca0b95da666124c29da84397aa645afc1
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCheckController.java
@@ -359,7 +359,7 @@
            customers = redisCache.getCacheMapValue("check", "ys");
        }
        if (customers != null && customers.size() > 0) {
            asyncService.addRedis(customers);
//            asyncService.addRedis(customers);
            List<TjCustomer> customerLists = customers.stream().skip((long) (page - 1) * pageSize).limit(pageSize).collect(Collectors.toList());
            map.put("customers", customerLists);
            map.put("total", customers.size());