zouxuan 3 лет назад
Родитель
Сommit
79b7d10e3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentStatisticsMapper.xml

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

@@ -194,7 +194,7 @@
 				</if>
 				</if>
 			</if>
 			</if>
 			<if test="feedbackType != null and feedbackType != ''">
 			<if test="feedbackType != null and feedbackType != ''">
-				AND ss.feedback_type_ = #{feedbackType}
+				AND ss.last_visit_status_ = #{feedbackType}
 			</if>
 			</if>
 			<if test="latelyCourseConsumer != null">
 			<if test="latelyCourseConsumer != null">
 				AND ss.lately_course_consumer_ = #{latelyCourseConsumer}
 				AND ss.lately_course_consumer_ = #{latelyCourseConsumer}