瀏覽代碼

fix 订单状态

he2802 3 年之前
父節點
當前提交
147cd146f1
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      zhongzheng-system/src/main/resources/mapper/modules/order/OrderGoodsMapper.xml

+ 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