Jelajahi Sumber

禁用以前的任务

吴树波 4 hari lalu
induk
melakukan
dab4531267

+ 4 - 4
fs-wx-task/src/main/java/com/fs/app/controller/CommonController.java

@@ -42,10 +42,10 @@ public class CommonController {
     public void isCheckContact(String formUser, Long accountId){
         companyWxAccountService.isCheckContact(formUser, accountId);
     }
-    @GetMapping("cellRun")
-    public void cellRun(){
-        taskService.cellRun();
-    }
+//    @GetMapping("cellRun")
+//    public void cellRun(){
+//        taskService.cellRun();
+//    }
     @GetMapping("callNextTask")
     public void callNextTask(){
         taskService.callNextTask();