| | |
| | | @ApiOperation(value = "分页", notes = "传入taskResidencePermitApply") |
| | | public R<IPage<TaskResidencePermitApplyVO>> list(TaskResidencePermitApplyEntity taskResidencePermitApply, Query query) { |
| | | // 查询自己的记录 |
| | | taskResidencePermitApply.setUpdateUser(AuthUtil.getUserId()); |
| | | taskResidencePermitApply.setCreateUser(AuthUtil.getUserId()); |
| | | IPage<TaskResidencePermitApplyEntity> pages = taskResidencePermitApplyService.page(Condition.getPage(query), Condition.getQueryWrapper(taskResidencePermitApply)); |
| | | return R.data(TaskResidencePermitApplyWrapper.build().pageVO(pages)); |
| | | } |
| | |
| | | <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | | or |
| | | jtrpa.jw_grid_code in |
| | | <foreach collection="regionChildCodesList" item="code" open="(" close=")" separator=","> |
| | | #{code} |
| | | </foreach> |
| | | ) |
| | | </when> |
| | | </choose> |
| | |
| | | </foreach> |
| | | ) |
| | | </when> |
| | | <otherwise> |
| | | and jg.grid_code in ('') |
| | | </otherwise> |
| | | </choose> |
| | | |
| | | <if test="residen.confirmUserId != null "> |