| | |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "空间预约申请分页", response = JinhuiInterspaceApplyForVO.class) |
| | | @GetMapping("//applyFor/getList") |
| | | @GetMapping("/applyFor/getList") |
| | | public R applyForGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "intendantType", required = false) String intendantType, |
| | |
| | | jiaf.user_phone, |
| | | jiaf.state, |
| | | jiaf.creation_time, |
| | | jiaf.updateTime |
| | | jiaf.update_time |
| | | from jinhui_interspace_apply_for as jiaf |
| | | LEFT JOIN jinhui_interspace as ji ON ji.id = jiaf.interspace_id |
| | | <where> |
| | |
| | | jiaf.user_phone, |
| | | jiaf.state, |
| | | jiaf.creation_time, |
| | | jiaf.updateTime |
| | | jiaf.update_time |
| | | from jinhui_interspace_apply_for as jiaf |
| | | LEFT JOIN jinhui_interspace as ji ON ji.id = jiaf.interspace_id |
| | | where |