zouxuan 3 years ago
parent
commit
2f028a9f86

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/CourseScheduleServiceImpl.java

@@ -206,6 +206,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
     @Autowired
     @Autowired
     private CourseScheduleTeacherSalaryDao courseScheduleTeacherSalaryDao;
     private CourseScheduleTeacherSalaryDao courseScheduleTeacherSalaryDao;
     @Autowired
     @Autowired
+    @Lazy
     private SysUserFeignService sysUserFeignService;
     private SysUserFeignService sysUserFeignService;
     @Autowired
     @Autowired
     private CourseScheduleModifyLogDao courseScheduleModifyLogDao;
     private CourseScheduleModifyLogDao courseScheduleModifyLogDao;

+ 0 - 1
mec-teacher/src/main/java/com/ym/mec/teacher/controller/ImGroupController.java

@@ -29,7 +29,6 @@ import com.ym.mec.common.controller.BaseController;
 public class ImGroupController extends BaseController {
 public class ImGroupController extends BaseController {
 
 
 	@Autowired
 	@Autowired
-	@Lazy
 	private ImGroupService imGroupService;
 	private ImGroupService imGroupService;
 
 
 	@Autowired
 	@Autowired