寻找报错

master
Cui YongXing 2024-09-05 23:18:48 +08:00
parent 7e88695376
commit d31af6a1c1
1 changed files with 1 additions and 0 deletions

View File

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