测试线程池

master
lwj 2024-09-08 02:35:46 +08:00
parent d05503724e
commit 3eaa65b3b0
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
List<List<DataValue>> data = (List<List<DataValue>>) tableValue.getData(); List<List<DataValue>> data = (List<List<DataValue>>) tableValue.getData();
log.info("远程调用完毕,调用数量{}",data.size()); log.info("远程调用完毕,调用数量{}",data.size());
for (List<DataValue> datum : data) { for (List<DataValue> datum : data) {
log.info(datum.toString());
for (DataValue dataValue : datum) { for (DataValue dataValue : datum) {
String key = dataValue.getKey(); String key = dataValue.getKey();
String newKey = fieldAsNameMap.get(key); String newKey = fieldAsNameMap.get(key);