he2802 3 년 전
부모
커밋
6a31a7217a
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      zhongzheng-admin/src/main/java/com/zhongzheng/controller/schedule/ScheduleController.java

+ 5 - 5
zhongzheng-admin/src/main/java/com/zhongzheng/controller/schedule/ScheduleController.java

@@ -189,13 +189,13 @@ public class ScheduleController extends BaseController {
         return AjaxResult.success();
     }
 
-    @ApiOperation("测试")
-    @GetMapping("/GetChannelBasicInfo")
-    public AjaxResult getChannelVideo(PolyvLiveQueryBo bo) throws Exception {
-        iPolyvLiveService.GetChannelBasicInfo(bo);
+   /* @ApiOperation("测试")
+    @GetMapping("/syncToReplay")
+    public AjaxResult syncToReplay(UserQueryBo bo) throws Exception {
+        iScheduleService.syncToReplay(bo);
         return AjaxResult.success();
     }
-
+*/
     @ApiOperation("测试1")
     @GetMapping("/ListChannelVideoLibrary")
     public AjaxResult ListChannelVideoLibrary(PolyvLiveQueryBo bo) throws Exception {