超市优化
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
and so.carteen_id = #{vo.carteenId}
|
and so.carteen_id = #{vo.carteenId}
|
||||||
</if>
|
</if>
|
||||||
<if test="vo.status != null ">
|
<if test="vo.status != null ">
|
||||||
and so.status = #{status}
|
and so.status = #{vo.status}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by so.order_id DESC
|
order by so.order_id DESC
|
||||||
|
Reference in New Issue
Block a user