feat:数据字典和表单导出导入
This commit is contained in:
@@ -345,7 +345,7 @@ public class SimulationParameterLibraryServiceImpl extends ServiceImpl<Simulatio
|
||||
}
|
||||
Map<Long, String> longStringMap = userNameCacheService.batchGetUserNames(userIdsSet);
|
||||
for (Map<String, Object> map : parameterJsonValueFromJsonNode) {
|
||||
map.put("creator", longStringMap.get((Long) map.get("creatorId")));
|
||||
map.put("createName", longStringMap.get((Long) map.get("creatorId")));
|
||||
simulationParameterLibraryCategoryObjectResp.setCreateTime(simulationParameterLibraryCategoryObject.getCreateTime());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user