skyouc
2 天以前 d0b5833231bfc7f96aaa67cb77b81f57a58deb26
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/TaskController.java
@@ -37,15 +37,6 @@
    @Autowired
    private TaskService taskService;
    @Autowired
    private TaskItemService taskItemService;
    @Autowired
    private WaitPakinService waitPakinService;
    @Autowired
    private LocService locService;
    @Autowired
    private ConfigServiceImpl configService;
    @PreAuthorize("hasAuthority('manager:task:list')")
    @PostMapping("/task/page")