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