ソースを参照

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

zouxuan 3 年 前
コミット
ed6ef7e8f9

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