Browse Source

增加订单导出接口

周箭河 5 years ago
parent
commit
745cec861c

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

@@ -207,10 +207,10 @@
                 AND spo.payment_channel_ NOT IN (#{paymentChannel})
                 AND spo.payment_channel_ NOT IN (#{paymentChannel})
             </if>
             </if>
             <if test='orderType != null and orderType.toString()=="1".toString()'>
             <if test='orderType != null and orderType.toString()=="1".toString()'>
-                AND spo.comAmount > 0
+                AND spo.com_amount_ > 0
             </if>
             </if>
             <if test='orderType != null and orderType.toString()=="2".toString()'>
             <if test='orderType != null and orderType.toString()=="2".toString()'>
-                AND spo.perAmount > 0
+                AND spo.per_amount_ > 0
             </if>
             </if>
         </where>
         </where>
     </sql>
     </sql>