修改任务管理记录列表查询
This commit is contained in:
parent
7e907edcd8
commit
96e93196e5
@ -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 >=#{startDate}
|
and pter.execute_time >=#{startDate}
|
||||||
</if>
|
</if>
|
||||||
<if test="executeTime != null ">
|
<if test="endDate != null ">
|
||||||
and pter.execute_time <= #{endDate}
|
and pter.execute_time <= #{endDate}
|
||||||
</if>
|
</if>
|
||||||
<if test="manageRouteName != null and manageRouteName != ''">
|
<if test="manageRouteName != null and manageRouteName != ''">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user