fix
Helius
2021-08-09 35bfed834faee8b04988e9f202a0f5c79b13b405
gc-order/src/main/resources/mapper/order/JhyOrderMapper.xml
@@ -82,6 +82,6 @@
    <select id="selectJhyOrderNoWaitAndCancel" resultType="com.xzx.gc.entity.JhyOrder">
        select * from xzx_jhy_order
        where status not in (1, 5)
        where status not in (1, 2, 5) and user_id=#{userId}
    </select>
</mapper>