| | |
| | | @ApiModelProperty(value = "预约ID") |
| | | @ChineseDescription("预约ID") |
| | | private Long id; |
| | | @ApiModelProperty(value = "状态:0预约中,2服务中,3已完成,9已取消") |
| | | @ChineseDescription("状态:0预约中,2服务中,3已完成,9已取消") |
| | | @ApiModelProperty(value = "状态:1预约中,2服务中,3已完成,9已取消") |
| | | @ChineseDescription("状态:1预约中,2服务中,3已完成,9已取消") |
| | | private Integer statusFlag; |
| | | |
| | | @ApiModelProperty(value = "预约类型") |
| | |
| | | @ApiImplicitParam(name = "userId", value = "用户ID", dataTypeClass = Long.class), |
| | | @ApiImplicitParam(name = "name", value = "咨询师姓名", dataTypeClass = String.class), |
| | | @ApiImplicitParam(name = "telephone", value = "咨询师电话", dataTypeClass = String.class), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:0预约中,2服务中,3已完成,9已取消", dataTypeClass = Integer.class), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:1预约中,2服务中,3已完成,9已取消", dataTypeClass = Integer.class), |
| | | }) |
| | | public ResponseData<PageResult<UserMentalAppointmentPageResponseDTO>> userMentalAppointmentPage(Integer pageNo, Integer pageSize, Long userId, String name, String telephone, Integer statusFlag) { |
| | | Page<UserMentalAppointmentPageResponseDTO> page = mentalAppointmentService.userMentalAppointmentPage( |
| | |
| | | @ApiImplicitParam(name = "searchEndTime", value = "结束时间", dataTypeClass = String.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "userNickName", value = "用户姓名", dataTypeClass = String.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "userTelephone", value = "联系电话", dataTypeClass = String.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:0预约中,2服务中,3已完成,9已取消", dataTypeClass = Integer.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:1已分配,2服务中,3已完成,9已取消", dataTypeClass = Integer.class, paramType = "query"), |
| | | }) |
| | | public ResponseData<List<MentalAppointmentPageDTO>> mentalAnalysisTimeConfigSchedule(Long counsellingInfoId, String searchBeginTime, String searchEndTime, String userNickName, String userTelephone, Integer statusFlag) { |
| | | List<MentalAppointmentPageDTO> list = mentalAppointmentService.mentalAnalysisTimeConfigSchedule(searchBeginTime, searchEndTime, counsellingInfoId, null, userNickName, userTelephone, statusFlag, null); |
| | |
| | | @ApiImplicitParam(name = "counsellingInfoId", value = "性格分析师ID", dataTypeClass = Long.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "userNickName", value = "用户姓名", dataTypeClass = String.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "userTelephone", value = "联系电话", dataTypeClass = String.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:0预约中,2服务中,3已完成,9已取消", dataTypeClass = Integer.class, paramType = "query"), |
| | | @ApiImplicitParam(name = "statusFlag", value = "状态:1预约中,2服务中,3已完成,9已取消", dataTypeClass = Integer.class, paramType = "query"), |
| | | }) |
| | | public ResponseData<PageResult<MentalAppointmentPageDTO>> mentalAnalysisTimeConfigSchedulePage(Integer pageNo, Integer pageSize, Long counsellingInfoId, String userNickName, String userTelephone, Integer statusFlag) { |
| | | Page<MentalAppointmentPageDTO> page = mentalAppointmentService.getPage( |