|
@@ -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
|