zouxuan 3 سال پیش
والد
کامیت
25959477d2
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

+ 1 - 6
mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

@@ -353,12 +353,7 @@
                 AND DATE_FORMAT(spo.create_time_,'%Y-%m-%d') <= #{orderEndDate}
             </if>
             <if test="paymentType != null">
-                <if test="paymentType == 'OUTORDER'">
-                    AND spo.group_type_ = #{paymentType}
-                </if>
-                <if test="paymentType != 'OUTORDER'">
-                    AND spo.type_ = #{paymentType}
-                </if>
+                AND spo.type_ = #{paymentType}
             </if>
             <if test="remark != null">
                 AND spo.memo_ LIKE CONCAT('%',#{remark},'%')