瀏覽代碼

管乐迷新需求一大堆

zouxuan 2 年之前
父節點
當前提交
86a59576ba

+ 0 - 3
mec-biz/src/main/java/com/ym/mec/biz/service/impl/IndexBaseMonthDataServiceImpl.java

@@ -764,9 +764,6 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
 			});
 			//未加入任何班级学员
 			CompletableFuture future3 = this.async(()-> {
-					oneChild.add(new IndexErrInfoDto(IndexErrorType.MUSIC_PATROL_ITEM,
-						indexBaseMonthDataDao.queryErrInspection(organIdList,startTime,tenantId)));
-
 				IndexErrInfoDto noClassMusicGroupStudentInfo = indexBaseMonthDataDao.getNoClassMusicGroupStudentInfo(organIdList,educationId,tenantId,true);
 				noClassMusicGroupStudentInfo.setErrorType(IndexErrorType.NO_CLASS_MUSIC_GROUP_STUDENT_ERROR);
 				noClassMusicGroupStudentInfo.setDesc(IndexErrorType.NO_CLASS_MUSIC_GROUP_STUDENT_ERROR.getMsg());

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/IndexBaseMonthDataMapper.xml

@@ -2138,8 +2138,8 @@
 	</select>
     <select id="getCurrentCourseError" resultType="java.lang.Integer">
 		select COUNT(ss.user_id_) from student_statistics ss
-		left join (select cssp.user_id_ from mec_pro.course_schedule cs
-		left join mec_pro.course_schedule_student_payment cssp ON cssp.course_schedule_id_ = cs.id_
+		left join (select cssp.user_id_ from course_schedule cs
+		left join course_schedule_student_payment cssp ON cssp.course_schedule_id_ = cs.id_
 		where DATE_FORMAT(cs.class_date_,'%Y-%m') = #{month} AND cs.type_ = 'VIP' AND cssp.group_type_ = 'VIP' and cssp.user_id_ IS NOT NULL
 		<if test="organIdList != null and organIdList.size > 0">
 			AND cs.organ_id_ IN