资产展示修改后台优化
parent
6dca1e8e6a
commit
7a20172dd0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue