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