摘要:
配置类: public class RedisLockUtil { private static RedisCache redisCache = null; /** * 给 key 加锁,如果加锁成功,则返回true,加锁失败返回false * @return */ public static bo 阅读全文
posted @ 2024-01-24 11:55
jessi呀
阅读(407)
评论(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呀
阅读(105)
评论(0)
推荐(0)

浙公网安备 33010602011771号