Browse Source

fix 订单状态

he2802 3 years ago
parent
commit
147cd146f1

+ 0 - 3
zhongzheng-system/src/main/resources/mapper/modules/order/OrderGoodsMapper.xml

@@ -532,7 +532,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                         LEFT JOIN course_section ct ON cs.section_id = ct.section_id
                 WHERE
                     o.user_id = #{userId}
-                  AND o.order_status = 1
                   AND og.pay_status IN ( 2, 3, 4 )
                   AND og.refund_status != 2
 		          AND og.STATUS = 1
@@ -557,7 +556,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     LEFT JOIN course_section ct ON cm.menu_id = ct.section_id
                 WHERE
                     o.user_id = #{userId}
-                  AND o.order_status = 1
                   AND og.pay_status IN ( 2, 3, 4 )
                   AND og.refund_status != 2
                   AND og.STATUS = 1
@@ -584,7 +582,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     LEFT JOIN course_section ct ON ccs.section_id = ct.section_id
                 WHERE
                     o.user_id = #{userId}
-                  AND o.order_status = 1
                   AND og.pay_status IN ( 2, 3, 4 )
                   AND og.refund_status != 2
                   AND og.STATUS = 1