|
|
@ -516,7 +516,7 @@ |
|
|
<if test="areaPayTypeList != null and areaPayTypeList.size > 0"> |
|
|
<if test="areaPayTypeList != null and areaPayTypeList.size > 0"> |
|
|
AND ( |
|
|
AND ( |
|
|
<foreach collection="areaPayTypeList" item="item" separator=" OR "> |
|
|
<foreach collection="areaPayTypeList" item="item" separator=" OR "> |
|
|
(crc.received_market = #{item.areaId} AND crc.pay_type = #{item.payType}) |
|
|
|
|
|
|
|
|
(crc.received_market = #{item.areaId,jdbcType=INTEGER} AND crc.pay_type = #{item.payType,jdbcType=VARCHAR}) |
|
|
</foreach> |
|
|
</foreach> |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
@ -544,9 +544,9 @@ |
|
|
NULL as freeGold, |
|
|
NULL as freeGold, |
|
|
crc.pay_type, |
|
|
crc.pay_type, |
|
|
crr.refund_time as pay_time, |
|
|
crr.refund_time as pay_time, |
|
|
crc.status, |
|
|
|
|
|
crc.received_time, |
|
|
crc.received_time, |
|
|
crc.voucher, |
|
|
crc.voucher, |
|
|
|
|
|
crc.status, |
|
|
crr.refund_currency as refundCurrency, |
|
|
crr.refund_currency as refundCurrency, |
|
|
ROUND(crr.refund_amount / 100.0, 2) as refundAmount, |
|
|
ROUND(crr.refund_amount / 100.0, 2) as refundAmount, |
|
|
crr.related_id as relatedId, |
|
|
crr.related_id as relatedId, |
|
|
@ -585,7 +585,7 @@ |
|
|
<if test="areaPayTypeList != null and areaPayTypeList.size > 0"> |
|
|
<if test="areaPayTypeList != null and areaPayTypeList.size > 0"> |
|
|
AND ( |
|
|
AND ( |
|
|
<foreach collection="areaPayTypeList" item="item" separator=" OR "> |
|
|
<foreach collection="areaPayTypeList" item="item" separator=" OR "> |
|
|
(crc.received_market = #{item.areaId} AND crc.pay_type = #{item.payType}) |
|
|
|
|
|
|
|
|
(crc.received_market = #{item.areaId,jdbcType=INTEGER} AND crc.pay_type = #{item.payType,jdbcType=VARCHAR}) |
|
|
</foreach> |
|
|
</foreach> |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
|