|
@@ -270,7 +270,7 @@
|
|
|
</if>
|
|
|
|
|
|
<if test="startTime != null and endTime != null ">
|
|
|
- and not (apope.PLANSTARTDATE > #{endTime} or apope.PLANENDDATE < #{startTime})
|
|
|
+ and apope.PLANSTARTDATE <= #{endTime} and apope.PLANENDDATE >= #{startTime}
|
|
|
</if>
|
|
|
<if test="processids != null ">and apope.PROCESSID in (${processids})</if>
|
|
|
<if test="blankNumber != null and blankNumber != ''">
|