测试线程池
parent
d05503724e
commit
3eaa65b3b0
|
@ -249,6 +249,7 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, TaskInfo> implement
|
|||
List<List<DataValue>> data = (List<List<DataValue>>) tableValue.getData();
|
||||
log.info("远程调用完毕,调用数量{}",data.size());
|
||||
for (List<DataValue> datum : data) {
|
||||
log.info(datum.toString());
|
||||
for (DataValue dataValue : datum) {
|
||||
String key = dataValue.getKey();
|
||||
String newKey = fieldAsNameMap.get(key);
|
||||
|
|
Loading…
Reference in New Issue