摘要: 配置类: public class RedisLockUtil { private static RedisCache redisCache = null; /** * 给 key 加锁,如果加锁成功,则返回true,加锁失败返回false * @return */ public static bo 阅读全文
posted @ 2024-01-24 11:56 jessi呀 阅读(129) 评论(0) 推荐(0) 编辑
摘要: service层: int batchSize = 1000; int totalData = waferOrderList.size(); int startIndex = 0; while (startIndex < totalData) { int endIndex = Math.min(st 阅读全文
posted @ 2024-01-24 10:04 jessi呀 阅读(12) 评论(0) 推荐(0) 编辑