问题修复

This commit is contained in:
donqi 2022-11-18 02:41:12 +08:00
parent 75427927e4
commit 2baa6fa187
1 changed files with 1 additions and 1 deletions

View File

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