资产展示修改后台优化

master
Yueng 2024-09-06 15:36:50 +08:00
parent 7a20172dd0
commit 240e973d17
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class DataRunNameServiceImpl implements DataRunNameService {
for (DataValue dataValue : tableValue) { for (DataValue dataValue : tableValue) {
if (tableFy.getField().equals(dataValue.getKey())) { if (tableFy.getField().equals(dataValue.getKey())) {
tableFy.setDataMapping(String.valueOf(dataValue.getType())); tableFy.setDataMapping(dataValue.getType().getJavaType());
} }
} }
try { try {