fix
Helius
2021-08-09 35bfed834faee8b04988e9f202a0f5c79b13b405
gc-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -1525,6 +1525,6 @@
    <select id="selectOrderNoWaitAndCancel" resultType="com.xzx.gc.entity.OrderInfo">
        select * from xzx_order_info
        where order_status not in ('1', '6') and create_user_id=#{userId}
        where order_status not in ('1', '2', '6') and create_user_id=#{userId}
    </select>
</mapper>