测试线程池

master
陈思豪 2024-09-10 02:51:35 +08:00
parent 691434af07
commit 290ea49a65
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
String key = dataValue1.getKey();
String newKey = newAndOldMap.get(key);
dataValue1.setKey(newKey);
log.info("dataValue1==={}",dataValue1);
}
}