|
@@ -47,7 +47,10 @@ public class GPatrolTeamController extends BaseController {
|
|
|
private final IGPatrolTeamService iGPatrolTeamService;
|
|
|
@Autowired
|
|
|
private IGTeamProcessService teamProcessService;
|
|
|
-
|
|
|
+ @ApiOperation("审核巡检车队")
|
|
|
+ @PreAuthorize("@ss.hasPermi('gas:patrolTeam:edit')")
|
|
|
+ @Log(title = "审核巡检车队", businessType = BusinessType.UPDATE)
|
|
|
+ @RepeatSubmit()
|
|
|
@PostMapping("batchReview")
|
|
|
public AjaxResult<Void> batchReview(@RequestBody BatchReviewBo bo) {
|
|
|
return toAjax(iGPatrolTeamService.batchReview(bo));
|