问题修复

This commit is contained in:
donqi 2022-11-18 02:39:37 +08:00
parent 0587149cfd
commit 75427927e4
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@
<if test="exceptOrderStatus != null">
AND om.order_status != #{exceptOrderStatus}
</if>
<if test="hasDispatchedAll != null">
AND om.has_dispatched_all != #{hasDispatchedAll}
</if>
</where>
</select>