Ver Fonte

学员小课统计

zouxuan há 3 anos atrás
pai
commit
7044b90b39

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

@@ -347,6 +347,12 @@
 		<if test="groupType == 'PRACTICE'">
 			'网管课回访'
 		</if>
+		<if test="startDate != null and startDate != ''">
+			AND visit_time_ >= #{startDate}
+		</if>
+		<if test="endDate != null and endDate != ''">
+			AND visit_time_ &lt;= #{endDate}
+		</if>
 		<if test="organIdList != null and organIdList.size > 0">
 			AND organ_id_ IN
 			<foreach collection="organIdList" item="organId" open="(" close=")" separator=",">