chenhj
2026-04-22 0ec581bd195ea9c06c38ef4f91ac7497a87b8ca3
src/main/java/com/ruoyi/inspectiontask/controller/TimingTaskController.java
@@ -12,11 +12,10 @@
import com.ruoyi.inspectiontask.service.TimingTaskService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.quartz.SchedulerException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import jakarta.servlet.http.HttpServletResponse;
import lombok.AllArgsConstructor;
import org.quartz.SchedulerException;
import org.springframework.web.bind.annotation.*;
/**
 * @author :yys
@@ -25,10 +24,9 @@
@RestController
@Api(tags = "巡检管理")
@RequestMapping("/timingTask")
@AllArgsConstructor
public class TimingTaskController extends BaseController {
    @Autowired
    private TimingTaskService timingTaskService;
    /**