ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/CommonTaskController.java
@@ -23,9 +23,9 @@ * @author ruoyi * @date 2023-06-26 */ @Api(description = "CommonTaskController") @Api(description = "通用任务Controller") @RestController @RequestMapping("/commonTask") @RequestMapping("/smartor/commonTask") public class CommonTaskController extends BaseController { @Autowired private IServiceThirdDataService iServiceThirdDataService;