超市优化

This commit is contained in:
zengtao01
2024-11-14 18:57:03 +08:00
parent 0928697549
commit fb82df646b

View File

@ -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