瀏覽代碼

学员小课统计

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}