Browse Source

订单导出

zouxuan 3 năm trước cách đây
mục cha
commit
25959477d2

+ 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},'%')