资产展示修改后台优化

master
Yueng 2024-09-06 17:42:16 +08:00
parent b71c23beea
commit 72e2aade10
5 changed files with 11873 additions and 10634 deletions

View File

@ -260,10 +260,10 @@ public class DataRunNameServiceImpl implements DataRunNameService {
//查询字段映射信息 //查询字段映射信息
String str = this.tableFySelect(dataName.getName(),tableName1.getName(),tableFy.getField()); String str = this.tableFySelect(dataName.getName(),tableName1.getName(),tableFy.getField());
tableFy.setDataValue(str); tableFy.setDataValue(str);
executorService.submit( // executorService.submit(
new Runnable() { // new Runnable() {
@Override // @Override
public void run() { // public void run() {
log.info("字段数据对象:{}", tableFy); log.info("字段数据对象:{}", tableFy);
for (DataValue dataValue : tableValue) { for (DataValue dataValue : tableValue) {
@ -271,16 +271,16 @@ public class DataRunNameServiceImpl implements DataRunNameService {
tableFy.setDataMapping(dataValue.getType().getJavaType()); tableFy.setDataMapping(dataValue.getType().getJavaType());
} }
} }
try { // try {
Thread.sleep(1000); // Thread.sleep(1000);
} catch (InterruptedException e) { // } catch (InterruptedException e) {
throw new RuntimeException(e); // throw new RuntimeException(e);
} // }
//
//
//
} // }
}); // });
}); });
log.info("字段数据信息:{}", fieArrayList); 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