资产展示修改后台优化
parent
7a20172dd0
commit
240e973d17
|
@ -268,7 +268,7 @@ public class DataRunNameServiceImpl implements DataRunNameService {
|
|||
|
||||
for (DataValue dataValue : tableValue) {
|
||||
if (tableFy.getField().equals(dataValue.getKey())) {
|
||||
tableFy.setDataMapping(String.valueOf(dataValue.getType()));
|
||||
tableFy.setDataMapping(dataValue.getType().getJavaType());
|
||||
}
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue