From 9ee310626ef0f52dfb0f333783de679180092251 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 19 七月 2024 11:11:41 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/DolphinEnglish

---
 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