18756
2024-09-02 d1f4adc2c7aa378034654d61c8a6a5564d0b7c91
会议室功能优化9.2-1
已修改1个文件
1 ■■■■ 文件已修改
src/main/java/com/product/administration/service/ConferenceManagerService.java 1 ●●●● 补丁 | 查看 | 原始文档 | 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);
                }