From 6b96492c540e24cc29d55573c5816df808279825 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期三, 10 七月 2024 16:10:17 +0800 Subject: [PATCH] 分表 --- ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStoryController.java | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStoryController.java b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStoryController.java index a8bfdf8..87356f6 100644 --- a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStoryController.java +++ b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/controller/TStoryController.java @@ -29,25 +29,7 @@ @RequestMapping("/base/tStory") public class TStoryController { @Autowired - private ITStudyAnswerService studyAnswerService; - @Autowired - private ITStudyInductionService studyInductionService; - @Autowired - private ITStudyLookService studyLookService; - @Autowired - private ITStudyListenService studyListenService; - @Autowired - private ITStudyPairService studyPairService; - @Autowired - private ITGameService gameService; - @Autowired private ITStoryListenService storyListenService; - @Autowired - private ITSubjectService subjectService; - @Autowired - private ITStoryService storyService; - @Autowired - private ITStudyService studyService; @Autowired private ITStoryService service; @PostMapping("/storyList") -- Gitblit v1.7.1