소스 검색

学员小课统计

zouxuan 3 년 전
부모
커밋
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 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}