杜洪波
2025-10-17 9f529d59e088ecf2a7db1e1b1e5a2be4d84c7682
src/main/java/com/product/administration/controller/ConferenceManagerController.java
@@ -111,7 +111,7 @@
    }
    /**
     * 会议室保存
     * 会议室配置保存
     *
     * @param request
     * @return
@@ -137,7 +137,7 @@
    }
    /**
     * 会议室删除
     * 会议室配置删除
     *
     * @param request
     * @return
@@ -169,7 +169,7 @@
    /**
     * 会议室申请
     * 会议(会议室)申请列表
     *
     * @param request
     * @return
@@ -201,7 +201,7 @@
    /**
     * 会议室配置详情
     * 会议(会议室)申请详情
     *
     * @param request
     * @return
@@ -232,7 +232,7 @@
    }
    /**
     * 会议室申请保存
     * 会议(会议室)申请保存
     *
     * @param request
     * @return
@@ -258,7 +258,7 @@
    }
    /**
     * 会议室申请删除
     * 会议(会议室)申请删除
     *
     * @param request
     * @return
@@ -310,7 +310,7 @@
    }
    
    /**
     * 会议预约看板功能
     * 会议看板
     * @param request
     * @return
     */
@@ -330,28 +330,6 @@
            return this.error(SystemCode.CONFERENCE_ROOM_GET_FIAL.getValue(), SystemCode.CONFERENCE_ROOM_GET_FIAL.getText() + e.getMessage());
        }
    }
    /**
     * 会议预约看板功能
     * @param request
     * @return
     */
//    @PostMapping("/get_kb_Data/{version}")
//    @ApiVersion(1)
//   public String getkbData(HttpServletRequest request){
//       try {
//           //获取参数
//           FieldSetEntity fse = BaseUtil.getFieldSetEntity(request);
//           List kbData = conferenceManagerService.getkbData(fse);
//           return OK(kbData);
//       }  catch (BaseException e) {
//            e.printStackTrace();
//            return this.error(e.getCode(), e.getMessage());
//        } catch (Exception e) {
//            e.printStackTrace();
//            return this.error(SystemCode.CONFERENCE_ROOM_GET_FIAL.getValue(), SystemCode.CONFERENCE_ROOM_GET_FIAL.getText() + e.getMessage());
//        }
//    }
    /**
     * 获取会议预约详情
@@ -375,28 +353,28 @@
        }
    }
    /**
     * 会议室预约保存更新功能
     * @param request
     * @return
     */
    @PostMapping("/save_or_update_meeting_info/{version}")
    @ApiVersion(1)
    public String saveOrUpdateMeetingInfo(HttpServletRequest request){
       try {
           //获取参数
           FieldSetEntity fse = BaseUtil.getFieldSetEntity(request);
           HashMap hashMap = conferenceManagerService.saveOrUpdateMeetingInfo(fse);
           return OK(hashMap);
       }  catch (BaseException e) {
            e.printStackTrace();
            return this.error(e.getCode(), e.getMessage());
        } catch (Exception e) {
            e.printStackTrace();
            return this.error(SystemCode.CONFERENCE_ROOM_GET_FIAL.getValue(), SystemCode.CONFERENCE_ROOM_GET_FIAL.getText() + e.getMessage());
        }
    }
//    /**
//     * 会议室预约保存更新功能
//     * @param request
//     * @return
//     */
//
//    @PostMapping("/save_or_update_meeting_info/{version}")
//    @ApiVersion(1)
//    public String saveOrUpdateMeetingInfo(HttpServletRequest request){
//       try {
//           //获取参数
//           FieldSetEntity fse = BaseUtil.getFieldSetEntity(request);
//           conferenceManagerService.saveOrUpdateMeetingInfo(fse);
//           return OK();
//       }  catch (BaseException e) {
//            e.printStackTrace();
//            return this.error(e.getCode(), e.getMessage());
//        } catch (Exception e) {
//            e.printStackTrace();
//            return this.error(SystemCode.CONFERENCE_ROOM_GET_FIAL.getValue(), SystemCode.CONFERENCE_ROOM_GET_FIAL.getText() + e.getMessage());
//        }
//    }
    /**