zouxuan пре 3 година
родитељ
комит
79b7d10e3f

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

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