|
@@ -360,9 +360,9 @@ public class TableServiceCmdService {
|
|
|
try {
|
|
|
List<SysDictData> sysDictData = listSysDictDataByType(dictType);
|
|
|
jsonObject.put("sysDictData", sysDictData);
|
|
|
- dictLabel = remoteDictDataService.selectDictLabel(dictType, jsonObject.getString(column.getColumnName()));
|
|
|
- jsonObject.put(column.getColumnName(), dictLabel);
|
|
|
- column.setColumnValue(jsonObject.get(column.getColumnName()));
|
|
|
+// dictLabel = remoteDictDataService.selectDictLabel(dictType, jsonObject.getString(column.getColumnName()));
|
|
|
+// jsonObject.put(column.getColumnName(), dictLabel);
|
|
|
+// column.setColumnValue(jsonObject.get(column.getColumnName()));
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|