18756
2024-08-22 33dbf637c8527e9f8d66a454ee711b7f7aee7102
src/main/java/com/product/administration/service/ConferenceManagerService.java
@@ -257,6 +257,8 @@
                }
               baseDao.executeUpdate("update product_oa_conference_apply set status='"+fieldSetEntity1.getString("status")+"' where uuid='"+fieldSetEntity1.getString("uuid")+"'");
            }
            if(ObjectUtil.isNotEmpty(fieldSetEntity.getString("uuid"))){
            //构造所需要的格式
            if(!list.contains(fieldSetEntity.getValue("room_name").toString())){
                HashMap<String,Object> hashMap=new HashMap<>();
@@ -290,6 +292,16 @@
            }
            listDate.add(hashMap);
            }else {
                if(!list.contains(fieldSetEntity.getValue("room_name").toString())){
                    HashMap<String,Object> hashMap=new HashMap<>();
                    hashMap.put("room_name",fieldSetEntity.getValue("room_name").toString());
                    hashMap.put("uuid",fieldSetEntity.getValue("meet_room_uuid").toString());
                    list.add(fieldSetEntity.getValue("room_name").toString());
                    listDate.add(hashMap);
                }
            }
        }
        return  listDate;
    }