| | |
| | | * 巡检日历 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('app:appPatrolplan:recordMonth')") |
| | | @ApiOperation("巡检日历") |
| | | @ApiOperation("管理端--巡检日历") |
| | | @PostMapping("recordMonth") |
| | | public Results recordMonth(@RequestBody ArdAppPatrolpointRecordParam ardAppPatrolpointRecordParam) throws ParseException { |
| | | return recordService.recordMonth(ardAppPatrolpointRecordParam); |
| | | } |
| | | |
| | | /** |
| | | * 巡检日历 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('app:appPatrolplan:recordMonth')") |
| | | @ApiOperation("管理端--点击日历获取该记录下人员打卡记录") |
| | | @PostMapping("recordDetails") |
| | | public Results recordDetails(@RequestBody ArdAppPatrolpointRecordParam ardAppPatrolpointRecordParam) throws ParseException { |
| | | return recordService.recordDetails(ardAppPatrolpointRecordParam); |
| | | } |
| | | |
| | | } |