|
@@ -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_ <= #{endDate}
|
|
|
+ </if>
|
|
|
<if test="organIdList != null and organIdList.size > 0">
|
|
|
AND organ_id_ IN
|
|
|
<foreach collection="organIdList" item="organId" open="(" close=")" separator=",">
|