摘要:
配置类: public class RedisLockUtil { private static RedisCache redisCache = null; /** * 给 key 加锁,如果加锁成功,则返回true,加锁失败返回false * @return */ public static bo 阅读全文
摘要:
service层: int batchSize = 1000; int totalData = waferOrderList.size(); int startIndex = 0; while (startIndex < totalData) { int endIndex = Math.min(st 阅读全文