فهرست منبع

小课学员列表,过滤近一年没有上过小课且没有剩余排课课次的用户

zouxuan 1 سال پیش
والد
کامیت
892a18c5ca
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      mec-biz/src/main/resources/config/mybatis/StudentStatisticsMapper.xml

+ 5 - 0
mec-biz/src/main/resources/config/mybatis/StudentStatisticsMapper.xml

@@ -241,6 +241,11 @@
 	</resultMap>
 	<sql id="queryStatisticsSql">
 		<where>
+			AND ss.id_ NOT IN (SELECT id_ FROM student_statistics WHERE lately_year_course_consumer_ &lt;= 0 AND no_schedule_num_ &lt;= 0 AND sub_course_num_ &lt;= 0
+			<if test="groupType != null and groupType != ''">
+				AND group_type_ = #{groupType}
+			</if>
+			)
 			<if test="search != null and search != ''">
 				AND (sbi.user_id_ = #{search} OR sbi.user_name_ LIKE CONCAT('%',#{search},'%'))
 			</if>