寻找报错

master
Cui YongXing 2024-09-05 23:57:56 +08:00
parent 6fcbb39531
commit 0116c52990
2 changed files with 1 additions and 4 deletions

View File

@ -324,9 +324,6 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
String key = dataValue.getKey();
String newKey = map.get(key);
dataValue.setKey(newKey);
if (pageNum==160000){
log.info(dataValue);
}
}
}
log.info("{}查询结束",sqlSelect);

View File

@ -62,7 +62,7 @@ public class OptimizedPrioritizedThreadPool {
emergencySemaphore.release();
if (remainingTasks.decrementAndGet() == 0) {
try {
Thread.sleep(10000);
Thread.sleep(800000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}