问题修复
This commit is contained in:
parent
0587149cfd
commit
75427927e4
|
|
@ -196,6 +196,9 @@
|
||||||
<if test="exceptOrderStatus != null">
|
<if test="exceptOrderStatus != null">
|
||||||
AND om.order_status != #{exceptOrderStatus}
|
AND om.order_status != #{exceptOrderStatus}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="hasDispatchedAll != null">
|
||||||
|
AND om.has_dispatched_all != #{hasDispatchedAll}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue