linwei
2024-01-30 6ed1374e8be5ca3bf85c41e07aff0e70398f0656
src/main/java/org/springblade/modules/task/controller/ECallEventController.java
@@ -105,4 +105,13 @@
   }
   /**
    * e呼即办数据处理
    */
   @GetMapping("/dataHandle")
   public R dataHandle() {
      return R.data(eCallEventService.dataHandle());
   }
}