Forráskód Böngészése

Merge branch 'master_saas' of http://git.dayaedu.com/yonge/mec into master_saas

yonge 3 éve
szülő
commit
839e734cd7

+ 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=",">