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