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