测试线程池
parent
691434af07
commit
290ea49a65
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue