浏览代码

增加订单导出接口

周箭河 5 年之前
父节点
当前提交
745cec861c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

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

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