sucheng 6 mesiacov pred
rodič
commit
f360e4e51f

+ 1 - 1
cx-aps/cx-aps-common/src/main/resources/mybatis/ApsProcessOperationProcessEquDao.xml

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