|
@@ -526,7 +526,8 @@
|
|
|
AND o.user_id=#{userId}
|
|
|
AND og.`status` =1
|
|
|
and og.pay_status in (2,3,4)
|
|
|
- AND og.refund_status in (0,3,1)
|
|
|
+-- AND og.refund_status in (0,3,1)
|
|
|
+ AND og.refund_status in (0,3)
|
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
|
AND g.education_type_id = #{educationTypeId}
|
|
|
</if>
|
|
@@ -575,7 +576,8 @@
|
|
|
AND o.user_id = #{userId}
|
|
|
AND og.`status` = 1
|
|
|
AND og.pay_status IN ( 2, 3, 4 )
|
|
|
- AND og.refund_status IN (0,3,1)
|
|
|
+ -- AND og.refund_status in (0,3,1)
|
|
|
+ AND og.refund_status in (0,3)
|
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
|
AND g.education_type_id = #{educationTypeId}
|
|
|
</if>
|