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