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

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 != ''">
and pi.visit_method = #{visitMethod}
</if>
<if test="executeTime != null ">
<if test="startDate != null ">
and pter.execute_time &gt;=#{startDate}
</if>
<if test="executeTime != null ">
<if test="endDate != null ">
and pter.execute_time &lt;= #{endDate}
</if>
<if test="manageRouteName != null and manageRouteName != ''">