资产展示修改后台优化

master
Yueng 2024-09-06 15:34:29 +08:00
parent 6dca1e8e6a
commit 7a20172dd0
1 changed files with 1 additions and 1 deletions

View File

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