寻找报错

master
Cui YongXing 2024-09-05 23:19:23 +08:00
parent d31af6a1c1
commit 47bfaba772
1 changed files with 3 additions and 1 deletions

View File

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