Browse Source

修改依赖biz 出现注入冲突问题

肖玮 5 years ago
parent
commit
b87719acf7
78 changed files with 113 additions and 96 deletions
  1. 4 4
      mec-education/pom.xml
  2. 22 9
      mec-education/src/main/java/com/ym/mec/education/EducationApplication.java
  3. 12 8
      mec-education/src/main/java/com/ym/mec/education/controller/EducationDemoGroupController.java
  4. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeServiceImpl.java
  5. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeSubjectMapperServiceImpl.java
  6. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupRelationServiceImpl.java
  7. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupServiceImpl.java
  8. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupStudentMapperServiceImpl.java
  9. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherMapperServiceImpl.java
  10. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherSalaryServiceImpl.java
  11. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/CooperationOrganServiceImpl.java
  12. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/CourseHomeworkServiceImpl.java
  13. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/CourseHomeworkTemplateServiceImpl.java
  14. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/CourseScheduleServiceImpl.java
  15. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/CourseScheduleTeacherSalaryServiceImpl.java
  16. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupClassGroupMapperServiceImpl.java
  17. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupCoursesPlanServiceImpl.java
  18. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupServiceImpl.java
  19. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/EmployeeServiceImpl.java
  20. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsCategoryServiceImpl.java
  21. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderItemServiceImpl.java
  22. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderPaymentServiceImpl.java
  23. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderServiceImpl.java
  24. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsServiceImpl.java
  25. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/HotWordsLabelServiceImpl.java
  26. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/LeaveCategoryServiceImpl.java
  27. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupBuildLogServiceImpl.java
  28. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPaymentCalenderServiceImpl.java
  29. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPaymentEntitiesServiceImpl.java
  30. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPurchaseListServiceImpl.java
  31. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupServiceImpl.java
  32. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupStudentFeeServiceImpl.java
  33. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupSubjectGoodsGroupServiceImpl.java
  34. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupSubjectPlanServiceImpl.java
  35. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/OrganizationServiceImpl.java
  36. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunRoomMemberServiceImpl.java
  37. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunRoomServiceImpl.java
  38. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunUserServiceImpl.java
  39. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunWhiteboardServiceImpl.java
  40. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SchoolServiceImpl.java
  41. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentApplyRefundsServiceImpl.java
  42. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentAttendanceServiceImpl.java
  43. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentCourseHomeworkReplyServiceImpl.java
  44. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentCourseHomeworkServiceImpl.java
  45. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentPaymentOrderDetailServiceImpl.java
  46. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentPaymentOrderServiceImpl.java
  47. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentRechargeServiceImpl.java
  48. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentRegistrationServiceImpl.java
  49. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/StudentWithdrawServiceImpl.java
  50. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SubjectGoodsMapperServiceImpl.java
  51. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SubjectServiceImpl.java
  52. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysAreaServiceImpl.java
  53. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysAuditLogServiceImpl.java
  54. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysMenuServiceImpl.java
  55. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysMessageConfigServiceImpl.java
  56. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysMessageServiceImpl.java
  57. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysNewsInformationServiceImpl.java
  58. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysOauthClientDetailsServiceImpl.java
  59. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysRoleMenuServiceImpl.java
  60. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysRoleServiceImpl.java
  61. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysSuggestionServiceImpl.java
  62. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysTaskServiceImpl.java
  63. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserBankCardServiceImpl.java
  64. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserCashAccountDetailServiceImpl.java
  65. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserCashAccountServiceImpl.java
  66. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserLoginLogServiceImpl.java
  67. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserLoginServiceImpl.java
  68. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserRoleServiceImpl.java
  69. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserServiceImpl.java
  70. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherAttendanceServiceImpl.java
  71. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherDefaultMusicGroupSalaryServiceImpl.java
  72. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherDefaultVipGroupSalaryServiceImpl.java
  73. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherLeaveRecordServiceImpl.java
  74. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherSchoolServiceImpl.java
  75. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherServiceImpl.java
  76. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupCategoryServiceImpl.java
  77. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupClassGroupMapperServiceImpl.java
  78. 1 1
      mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupServiceImpl.java

+ 4 - 4
mec-education/pom.xml

@@ -98,10 +98,10 @@
 			</exclusions>
 		</dependency>
 
-		<!--<dependency>-->
-			<!--<groupId>com.ym</groupId>-->
-			<!--<artifactId>mec-biz</artifactId>-->
-		<!--</dependency>-->
+		<dependency>
+			<groupId>com.ym</groupId>
+			<artifactId>mec-biz</artifactId>
+		</dependency>
 
 	</dependencies>
 	<build>

+ 22 - 9
mec-education/src/main/java/com/ym/mec/education/EducationApplication.java

@@ -1,30 +1,43 @@
 package com.ym.mec.education;
 
 import com.spring4all.swagger.EnableSwagger2Doc;
+import com.ym.mec.common.redis.service.RedisCache;
 import org.mybatis.spring.annotation.MapperScan;
+import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
+import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
 import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
 import org.springframework.cloud.client.loadbalancer.LoadBalanced;
 import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.ComponentScan;
 import org.springframework.context.annotation.Configuration;
+import org.springframework.data.redis.core.RedisTemplate;
 import org.springframework.web.client.RestTemplate;
 
-@MapperScan("com.ym.mec.education.mapper")
+@MapperScan({"com.ym.mec.education.mapper", "com.ym.mec.biz.dal.dao"})
 @SpringBootApplication
 @EnableDiscoveryClient
 @ComponentScan(basePackages = "com.ym.mec")
 @Configuration
 @EnableSwagger2Doc
 public class EducationApplication {
-	public static void main(String[] args) {
-		SpringApplication.run(EducationApplication.class, args);
-	}
+    @Autowired
+    private RedisTemplate<String, Object> redisTemplate;
 
-	@Bean
-	@LoadBalanced
-	public RestTemplate restTemplate() {
-		return new RestTemplate();
-	}
+    public static void main(String[] args) {
+        SpringApplication.run(EducationApplication.class, args);
+    }
+
+    @Bean
+    @LoadBalanced
+    public RestTemplate restTemplate() {
+        return new RestTemplate();
+    }
+
+    @Bean
+    @ConditionalOnBean(RedisTemplate.class)
+    public RedisCache<String, Object> redisCache() {
+        return new RedisCache<String, Object>(redisTemplate);
+    }
 }

+ 12 - 8
mec-education/src/main/java/com/ym/mec/education/controller/EducationDemoGroupController.java

@@ -1,7 +1,11 @@
 package com.ym.mec.education.controller;
 
+import com.ym.mec.biz.service.DemoGroupService;
 import com.ym.mec.common.controller.BaseController;
 import io.swagger.annotations.Api;
+import io.swagger.annotations.ApiOperation;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
@@ -15,13 +19,13 @@ import org.springframework.web.bind.annotation.RestController;
 @RestController
 public class EducationDemoGroupController extends BaseController {
 
-//    @Autowired
-//    private DemoGroupService demoGroupService;
-//
-//    @ApiOperation(value = "试听课安排")
-//    @PostMapping("/queryStudentDemoGroups")
-//    public Object queryTeacherDemoGroups(Long teacherId){
-//        return succeed(demoGroupService.findDemoGroupStartClassTimesWithWeekByTeacherId(teacherId));
-//    }
+    @Autowired
+    private DemoGroupService demoGroupService;
+
+    @ApiOperation(value = "试听课安排")
+    @PostMapping("/queryStudentDemoGroups")
+    public Object queryTeacherDemoGroups(Long teacherId){
+        return succeed(demoGroupService.findDemoGroupStartClassTimesWithWeekByTeacherId(teacherId));
+    }
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IChargeTypeService")
 public class ChargeTypeServiceImpl extends ServiceImpl<ChargeTypeMapper, ChargeType> implements IChargeTypeService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ChargeTypeSubjectMapperServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IChargeTypeSubjectMapperService")
 public class ChargeTypeSubjectMapperServiceImpl extends ServiceImpl<ChargeTypeSubjectMapperMapper, ChargeTypeSubjectMapper> implements IChargeTypeSubjectMapperService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupRelationServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IClassGroupRelationService")
 public class ClassGroupRelationServiceImpl extends ServiceImpl<ClassGroupRelationMapper, ClassGroupRelation> implements IClassGroupRelationService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupServiceImpl.java

@@ -27,7 +27,7 @@ import java.util.Objects;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IClassGroupService")
 public class ClassGroupServiceImpl extends ServiceImpl<ClassGroupMapper, ClassGroup> implements IClassGroupService {
 
     @Autowired

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupStudentMapperServiceImpl.java

@@ -31,7 +31,7 @@ import java.util.List;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IClassGroupStudentMapperService")
 public class ClassGroupStudentMapperServiceImpl extends ServiceImpl<ClassGroupStudentMapperMapper, ClassGroupStudentMapper> implements IClassGroupStudentMapperService {
 
     @Autowired

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherMapperServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IClassGroupTeacherMapperService")
 public class ClassGroupTeacherMapperServiceImpl extends ServiceImpl<ClassGroupTeacherMapperMapper, ClassGroupTeacherMapper> implements IClassGroupTeacherMapperService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/ClassGroupTeacherSalaryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IClassGroupTeacherSalaryService")
 public class ClassGroupTeacherSalaryServiceImpl extends ServiceImpl<ClassGroupTeacherSalaryMapper, ClassGroupTeacherSalary> implements IClassGroupTeacherSalaryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/CooperationOrganServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ICooperationOrganService")
 public class CooperationOrganServiceImpl extends ServiceImpl<CooperationOrganMapper, CooperationOrgan> implements ICooperationOrganService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/CourseHomeworkServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ICourseHomeworkService")
 public class CourseHomeworkServiceImpl extends ServiceImpl<CourseHomeworkMapper, CourseHomework> implements ICourseHomeworkService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/CourseHomeworkTemplateServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ICourseHomeworkTemplateService")
 public class CourseHomeworkTemplateServiceImpl extends ServiceImpl<CourseHomeworkTemplateMapper, CourseHomeworkTemplate> implements ICourseHomeworkTemplateService {
 
 }

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

@@ -33,7 +33,7 @@ import java.util.Objects;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ICourseScheduleService")
 public class CourseScheduleServiceImpl extends ServiceImpl<CourseScheduleMapper, CourseSchedule> implements ICourseScheduleService {
 
     @Autowired

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/CourseScheduleTeacherSalaryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ICourseScheduleTeacherSalaryService")
 public class CourseScheduleTeacherSalaryServiceImpl extends ServiceImpl<CourseScheduleTeacherSalaryMapper, CourseScheduleTeacherSalary> implements ICourseScheduleTeacherSalaryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupClassGroupMapperServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IDemoGroupClassGroupMapperService")
 public class DemoGroupClassGroupMapperServiceImpl extends ServiceImpl<DemoGroupClassGroupMapperMapper, DemoGroupClassGroupMapper> implements IDemoGroupClassGroupMapperService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupCoursesPlanServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IDemoGroupCoursesPlanService")
 public class DemoGroupCoursesPlanServiceImpl extends ServiceImpl<DemoGroupCoursesPlanMapper, DemoGroupCoursesPlan> implements IDemoGroupCoursesPlanService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/DemoGroupServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IDemoGroupService")
 public class DemoGroupServiceImpl extends ServiceImpl<DemoGroupMapper, DemoGroup> implements IDemoGroupService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/EmployeeServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IEmployeeService")
 public class EmployeeServiceImpl extends ServiceImpl<EmployeeMapper, Employee> implements IEmployeeService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsCategoryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IGoodsCategoryService")
 public class GoodsCategoryServiceImpl extends ServiceImpl<GoodsCategoryMapper, GoodsCategory> implements IGoodsCategoryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderItemServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IGoodsOrderItemService")
 public class GoodsOrderItemServiceImpl extends ServiceImpl<GoodsOrderItemMapper, GoodsOrderItem> implements IGoodsOrderItemService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderPaymentServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IGoodsOrderPaymentService")
 public class GoodsOrderPaymentServiceImpl extends ServiceImpl<GoodsOrderPaymentMapper, GoodsOrderPayment> implements IGoodsOrderPaymentService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsOrderServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IGoodsOrderService")
 public class GoodsOrderServiceImpl extends ServiceImpl<GoodsOrderMapper, GoodsOrder> implements IGoodsOrderService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/GoodsServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IGoodsService")
 public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements IGoodsService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/HotWordsLabelServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IHotWordsLabelService")
 public class HotWordsLabelServiceImpl extends ServiceImpl<HotWordsLabelMapper, HotWordsLabel> implements IHotWordsLabelService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/LeaveCategoryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ILeaveCategoryService")
 public class LeaveCategoryServiceImpl extends ServiceImpl<LeaveCategoryMapper, LeaveCategory> implements ILeaveCategoryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupBuildLogServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupBuildLogService")
 public class MusicGroupBuildLogServiceImpl extends ServiceImpl<MusicGroupBuildLogMapper, MusicGroupBuildLog> implements IMusicGroupBuildLogService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPaymentCalenderServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupPaymentCalenderService")
 public class MusicGroupPaymentCalenderServiceImpl extends ServiceImpl<MusicGroupPaymentCalenderMapper, MusicGroupPaymentCalender> implements IMusicGroupPaymentCalenderService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPaymentEntitiesServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupPaymentEntitiesService")
 public class MusicGroupPaymentEntitiesServiceImpl extends ServiceImpl<MusicGroupPaymentEntitiesMapper, MusicGroupPaymentEntities> implements IMusicGroupPaymentEntitiesService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupPurchaseListServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupPurchaseListService")
 public class MusicGroupPurchaseListServiceImpl extends ServiceImpl<MusicGroupPurchaseListMapper, MusicGroupPurchaseList> implements IMusicGroupPurchaseListService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupServiceImpl.java

@@ -33,7 +33,7 @@ import java.util.stream.Collectors;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupService")
 public class MusicGroupServiceImpl extends ServiceImpl<MusicGroupMapper, MusicGroup> implements IMusicGroupService {
 
     @Autowired

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupStudentFeeServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupStudentFeeService")
 public class MusicGroupStudentFeeServiceImpl extends ServiceImpl<MusicGroupStudentFeeMapper, MusicGroupStudentFee> implements IMusicGroupStudentFeeService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupSubjectGoodsGroupServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupSubjectGoodsGroupService")
 public class MusicGroupSubjectGoodsGroupServiceImpl extends ServiceImpl<MusicGroupSubjectGoodsGroupMapper, MusicGroupSubjectGoodsGroup> implements IMusicGroupSubjectGoodsGroupService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/MusicGroupSubjectPlanServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IMusicGroupSubjectPlanService")
 public class MusicGroupSubjectPlanServiceImpl extends ServiceImpl<MusicGroupSubjectPlanMapper, MusicGroupSubjectPlan> implements IMusicGroupSubjectPlanService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/OrganizationServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IOrganizationService")
 public class OrganizationServiceImpl extends ServiceImpl<OrganizationMapper, Organization> implements IOrganizationService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunRoomMemberServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IRongyunRoomMemberService")
 public class RongyunRoomMemberServiceImpl extends ServiceImpl<RongyunRoomMemberMapper, RongyunRoomMember> implements IRongyunRoomMemberService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunRoomServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IRongyunRoomService")
 public class RongyunRoomServiceImpl extends ServiceImpl<RongyunRoomMapper, RongyunRoom> implements IRongyunRoomService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunUserServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IRongyunUserService")
 public class RongyunUserServiceImpl extends ServiceImpl<RongyunUserMapper, RongyunUser> implements IRongyunUserService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/RongyunWhiteboardServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IRongyunWhiteboardService")
 public class RongyunWhiteboardServiceImpl extends ServiceImpl<RongyunWhiteboardMapper, RongyunWhiteboard> implements IRongyunWhiteboardService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SchoolServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISchoolService")
 public class SchoolServiceImpl extends ServiceImpl<SchoolMapper, School> implements ISchoolService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentApplyRefundsServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentApplyRefundsService")
 public class StudentApplyRefundsServiceImpl extends ServiceImpl<StudentApplyRefundsMapper, StudentApplyRefunds> implements IStudentApplyRefundsService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentAttendanceServiceImpl.java

@@ -32,7 +32,7 @@ import java.util.Objects;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service("iStudentAttendanceService")
+@Service("IStudentAttendanceService")
 public class StudentAttendanceServiceImpl extends ServiceImpl<StudentAttendanceMapper, StudentAttendance> implements IStudentAttendanceService {
 
     @Autowired

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentCourseHomeworkReplyServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentCourseHomeworkReplyService")
 public class StudentCourseHomeworkReplyServiceImpl extends ServiceImpl<StudentCourseHomeworkReplyMapper, StudentCourseHomeworkReply> implements IStudentCourseHomeworkReplyService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentCourseHomeworkServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentCourseHomeworkService")
 public class StudentCourseHomeworkServiceImpl extends ServiceImpl<StudentCourseHomeworkMapper, StudentCourseHomework> implements IStudentCourseHomeworkService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentPaymentOrderDetailServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentPaymentOrderDetailService")
 public class StudentPaymentOrderDetailServiceImpl extends ServiceImpl<StudentPaymentOrderDetailMapper, StudentPaymentOrderDetail> implements IStudentPaymentOrderDetailService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentPaymentOrderServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentPaymentOrderService")
 public class StudentPaymentOrderServiceImpl extends ServiceImpl<StudentPaymentOrderMapper, StudentPaymentOrder> implements IStudentPaymentOrderService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentRechargeServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentRechargeService")
 public class StudentRechargeServiceImpl extends ServiceImpl<StudentRechargeMapper, StudentRecharge> implements IStudentRechargeService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentRegistrationServiceImpl.java

@@ -14,6 +14,6 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentRegistrationService")
 public class StudentRegistrationServiceImpl extends ServiceImpl<StudentRegistrationMapper, StudentRegistration> implements IStudentRegistrationService {
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/StudentWithdrawServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IStudentWithdrawService")
 public class StudentWithdrawServiceImpl extends ServiceImpl<StudentWithdrawMapper, StudentWithdraw> implements IStudentWithdrawService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SubjectGoodsMapperServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISubjectGoodsMapperService")
 public class SubjectGoodsMapperServiceImpl extends ServiceImpl<SubjectGoodsMapperMapper, SubjectGoodsMapper> implements ISubjectGoodsMapperService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SubjectServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISubjectService")
 public class SubjectServiceImpl extends ServiceImpl<SubjectMapper, Subject> implements ISubjectService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysAreaServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysAreaService")
 public class SysAreaServiceImpl extends ServiceImpl<SysAreaMapper, SysArea> implements ISysAreaService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysAuditLogServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysAuditLogService")
 public class SysAuditLogServiceImpl extends ServiceImpl<SysAuditLogMapper, SysAuditLog> implements ISysAuditLogService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysMenuServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysMenuService")
 public class SysMenuServiceImpl extends ServiceImpl<SysMenuMapper, SysMenu> implements ISysMenuService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysMessageConfigServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysMessageConfigService")
 public class SysMessageConfigServiceImpl extends ServiceImpl<SysMessageConfigMapper, SysMessageConfig> implements ISysMessageConfigService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysMessageServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysMessageService")
 public class SysMessageServiceImpl extends ServiceImpl<SysMessageMapper, SysMessage> implements ISysMessageService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysNewsInformationServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysNewsInformationService")
 public class SysNewsInformationServiceImpl extends ServiceImpl<SysNewsInformationMapper, SysNewsInformation> implements ISysNewsInformationService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysOauthClientDetailsServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysOauthClientDetailsService")
 public class SysOauthClientDetailsServiceImpl extends ServiceImpl<SysOauthClientDetailsMapper, SysOauthClientDetails> implements ISysOauthClientDetailsService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysRoleMenuServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysRoleMenuService")
 public class SysRoleMenuServiceImpl extends ServiceImpl<SysRoleMenuMapper, SysRoleMenu> implements ISysRoleMenuService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysRoleServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysRoleService")
 public class SysRoleServiceImpl extends ServiceImpl<SysRoleMapper, SysRole> implements ISysRoleService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysSuggestionServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysSuggestionService")
 public class SysSuggestionServiceImpl extends ServiceImpl<SysSuggestionMapper, SysSuggestion> implements ISysSuggestionService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysTaskServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysTaskService")
 public class SysTaskServiceImpl extends ServiceImpl<SysTaskMapper, SysTask> implements ISysTaskService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserBankCardServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserBankCardService")
 public class SysUserBankCardServiceImpl extends ServiceImpl<SysUserBankCardMapper, SysUserBankCard> implements ISysUserBankCardService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserCashAccountDetailServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserCashAccountDetailService")
 public class SysUserCashAccountDetailServiceImpl extends ServiceImpl<SysUserCashAccountDetailMapper, SysUserCashAccountDetail> implements ISysUserCashAccountDetailService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserCashAccountServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserCashAccountService")
 public class SysUserCashAccountServiceImpl extends ServiceImpl<SysUserCashAccountMapper, SysUserCashAccount> implements ISysUserCashAccountService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserLoginLogServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserLoginLogService")
 public class SysUserLoginLogServiceImpl extends ServiceImpl<SysUserLoginLogMapper, SysUserLoginLog> implements ISysUserLoginLogService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserLoginServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserLoginService")
 public class SysUserLoginServiceImpl extends ServiceImpl<SysUserLoginMapper, SysUserLogin> implements ISysUserLoginService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserRoleServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserRoleService")
 public class SysUserRoleServiceImpl extends ServiceImpl<SysUserRoleMapper, SysUserRole> implements ISysUserRoleService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/SysUserServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ISysUserService")
 public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> implements ISysUserService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherAttendanceServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherAttendanceService")
 public class TeacherAttendanceServiceImpl extends ServiceImpl<TeacherAttendanceMapper, TeacherAttendance> implements ITeacherAttendanceService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherDefaultMusicGroupSalaryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherDefaultMusicGroupSalaryService")
 public class TeacherDefaultMusicGroupSalaryServiceImpl extends ServiceImpl<TeacherDefaultMusicGroupSalaryMapper, TeacherDefaultMusicGroupSalary> implements ITeacherDefaultMusicGroupSalaryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherDefaultVipGroupSalaryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherDefaultVipGroupSalaryService")
 public class TeacherDefaultVipGroupSalaryServiceImpl extends ServiceImpl<TeacherDefaultVipGroupSalaryMapper, TeacherDefaultVipGroupSalary> implements ITeacherDefaultVipGroupSalaryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherLeaveRecordServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherLeaveRecordService")
 public class TeacherLeaveRecordServiceImpl extends ServiceImpl<TeacherLeaveRecordMapper, TeacherLeaveRecord> implements ITeacherLeaveRecordService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherSchoolServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherSchoolService")
 public class TeacherSchoolServiceImpl extends ServiceImpl<TeacherSchoolMapper, TeacherSchool> implements ITeacherSchoolService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/TeacherServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("ITeacherService")
 public class TeacherServiceImpl extends ServiceImpl<TeacherMapper, Teacher> implements ITeacherService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupCategoryServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IVipGroupCategoryService")
 public class VipGroupCategoryServiceImpl extends ServiceImpl<VipGroupCategoryMapper, VipGroupCategory> implements IVipGroupCategoryService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupClassGroupMapperServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IVipGroupClassGroupMapperService")
 public class VipGroupClassGroupMapperServiceImpl extends ServiceImpl<VipGroupClassGroupMapperMapper, VipGroupClassGroupMapper> implements IVipGroupClassGroupMapperService {
 
 }

+ 1 - 1
mec-education/src/main/java/com/ym/mec/education/service/impl/VipGroupServiceImpl.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Service;
  * @author lemeng
  * @since 2019-09-25
  */
-@Service
+@Service("IVipGroupService")
 public class VipGroupServiceImpl extends ServiceImpl<VipGroupMapper, VipGroup> implements IVipGroupService {
 
 }