yangdamao 2 anos atrás
pai
commit
d1e8469459

+ 4 - 2
zhongzheng-system/src/main/resources/mapper/modules/bank/QuestionMapper.xml

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