parent
c987c8bf38
commit
0f22fbf0ea
|
@ -454,15 +454,13 @@
|
||||||
<if test="key=='status' and values.size == 0">
|
<if test="key=='status' and values.size == 0">
|
||||||
and (t1.status is null or t1.status != 'Trash')
|
and (t1.status is null or t1.status != 'Trash')
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
||||||
</if>
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="request.filters == null || request.filters.size() == 0 ">
|
<if test="request.filters == null || request.filters.size() == 0 ">
|
||||||
and (t1.status is null or t1.status != 'Trash')
|
and (t1.status is null or t1.status != 'Trash')
|
||||||
</if>
|
</if>
|
||||||
<if test="request.toBeUpdated !=null">
|
<if test="request.toBeUpdated !=null and request.toBeUpdated == true">
|
||||||
and (t1.to_be_updated = #{request.toBeUpdated} or t3.status = 'error')
|
and (t1.to_be_updated = #{request.toBeUpdated} or t3.status = 'error')
|
||||||
</if>
|
</if>
|
||||||
<include refid="queryVersionCondition">
|
<include refid="queryVersionCondition">
|
||||||
|
|
Loading…
Reference in New Issue