问题修复
This commit is contained in:
parent
0587149cfd
commit
75427927e4
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue