修改任务管理记录列表查询

This commit is contained in:
youxilong 2024-04-12 10:20:01 +08:00
parent 7e907edcd8
commit 96e93196e5

View File

@ -140,10 +140,10 @@
<if test="visitMethod != null and visitMethod != ''"> <if test="visitMethod != null and visitMethod != ''">
and pi.visit_method = #{visitMethod} and pi.visit_method = #{visitMethod}
</if> </if>
<if test="executeTime != null "> <if test="startDate != null ">
and pter.execute_time &gt;=#{startDate} and pter.execute_time &gt;=#{startDate}
</if> </if>
<if test="executeTime != null "> <if test="endDate != null ">
and pter.execute_time &lt;= #{endDate} and pter.execute_time &lt;= #{endDate}
</if> </if>
<if test="manageRouteName != null and manageRouteName != ''"> <if test="manageRouteName != null and manageRouteName != ''">