ard-work/src/main/java/com/ruoyi/app/patrolplan/controller/ArdAppPatrolplanController.java
@@ -282,8 +282,8 @@ @PreAuthorize("@ss.hasPermi('app:appPatrolplan:executeMonth')") @ApiOperation("单兵端--巡检日历") @PostMapping("executeMonth") public Results executeMonth(@RequestBody RecordMonthParam recordMonthParam) throws ParseException { return recordService.executeMonth(recordMonthParam); public Results executeMonth(@RequestBody RecordMonthExParam recordMonthExParam) throws ParseException { return recordService.executeMonth(recordMonthExParam); } /**