Merge remote-tracking branch 'origin/master'
| | |
| | | @ApiOperation(value = "管理员-我的审批-审批") |
| | | @GetMapping("/examine") |
| | | public R examine(@RequestParam String id){ |
| | | |
| | | return R.ok(); |
| | | } |
| | | |
| | |
| | | </select> |
| | | <select id="pageListApplet" resultType="com.ruoyi.system.vo.TCheckAcceptRecordVO"> |
| | | select |
| | | t.id, |
| | | t.contract_id, |
| | | t.house_id, |
| | | t.check_time, |
| | | t.lease_reason, |
| | | t.check_person, |
| | | t.accompany_person, |
| | | t.overall_situation, |
| | | t.furniture_situation, |
| | | t.device_situation, |
| | | t.clean_situation, |
| | | t.other_problem, |
| | | t.pictures, |
| | | t.check_result, |
| | | t.check_money, |
| | | t.create_time, |
| | | t.update_time, |
| | | t.create_by, |
| | | t.update_by, |
| | | t.disabled, |
| | | t1.*, |
| | | c.contract_number, |
| | | h.house_name |
| | | from t_check_accept_record t |