Преглед на файлове

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

zouxuan преди 3 години
родител
ревизия
ed6ef7e8f9
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      mec-biz/src/main/resources/config/mybatis/StudentStatisticsMapper.xml

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