目录拖动优化
This commit is contained in:
parent
9785256c80
commit
64287e85eb
|
@ -27,7 +27,7 @@
|
||||||
order_num > #{mix}
|
order_num > #{mix}
|
||||||
</if>
|
</if>
|
||||||
<if test="max != null">
|
<if test="max != null">
|
||||||
and order_num < #{mix}
|
and order_num < #{max}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</update>
|
</update>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
order_num > #{mix}
|
order_num > #{mix}
|
||||||
</if>
|
</if>
|
||||||
<if test="max != null">
|
<if test="max != null">
|
||||||
and order_num < #{mix}
|
and order_num < #{max}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</update>
|
</update>
|
||||||
|
|
Loading…
Reference in New Issue