feat:数据字典和表单导出导入

This commit is contained in:
2025-12-25 20:00:05 +08:00
parent 9e85144f1e
commit acc7a1c1d9
12 changed files with 347 additions and 3 deletions

View File

@@ -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());
}
}