src/main/java/com/product/administration/service/ConferenceManagerService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/product/administration/service/ConferenceManagerService.java
@@ -316,6 +316,7 @@ HashMap<String,Object> hashMap=new HashMap<>(); hashMap.put("room_name",fieldSetEntity.getValue("room_name").toString()); hashMap.put("uuid",fieldSetEntity.getValue("meet_room_uuid").toString()); hashMap.put("start_time",""); list.add(fieldSetEntity.getValue("room_name").toString()); listDate.add(hashMap); }