Commit e364d6dbb3b912529dddef731488ddc1bbeb7dab
1 parent
e1b7531400
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PlantformConfigServiceImpl.java
View file @
e364d6d
... | ... | @@ -113,6 +113,7 @@ |
113 | 113 | List<Map<String, Object>> restList = new ArrayList<>(); |
114 | 114 | for (PlantformConfigModel configModel : configModels) { |
115 | 115 | Map<String, Object> map = ReflectionUtils.beanToMap(configModel); |
116 | + map.put("id", configModel.getId().toString()); | |
116 | 117 | map.put("date", DateUtil.getyyyy_MM_dd_hms(configModel.getCreateDate())); |
117 | 118 | restList.add(map); |
118 | 119 | } |