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