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