资产展示修改后台优化
parent
b71c23beea
commit
72e2aade10
|
@ -260,10 +260,10 @@ public class DataRunNameServiceImpl implements DataRunNameService {
|
|||
//查询字段映射信息
|
||||
String str = this.tableFySelect(dataName.getName(),tableName1.getName(),tableFy.getField());
|
||||
tableFy.setDataValue(str);
|
||||
executorService.submit(
|
||||
new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
// executorService.submit(
|
||||
// new Runnable() {
|
||||
// @Override
|
||||
// public void run() {
|
||||
log.info("字段数据对象:{}", tableFy);
|
||||
|
||||
for (DataValue dataValue : tableValue) {
|
||||
|
@ -271,16 +271,16 @@ public class DataRunNameServiceImpl implements DataRunNameService {
|
|||
tableFy.setDataMapping(dataValue.getType().getJavaType());
|
||||
}
|
||||
}
|
||||
try {
|
||||
Thread.sleep(1000);
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
// try {
|
||||
// Thread.sleep(1000);
|
||||
// } catch (InterruptedException e) {
|
||||
// throw new RuntimeException(e);
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// }
|
||||
// });
|
||||
});
|
||||
log.info("字段数据信息:{}", fieArrayList);
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue