|
|
|
@ -503,7 +503,8 @@
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="TotalAmountForBDPrize" resultType="java.math.BigDecimal">
|
|
|
|
|
select sum(if(temp.transaction_type='Credit',temp.clearing_amount*d.proportion,-temp.clearing_amount*d.proportion))
|
|
|
|
|
<![CDATA[
|
|
|
|
|
select sum(if(temp.transaction_type='Credit',temp.clearing_amount*d.proportion,-temp.clearing_amount*d.proportion))
|
|
|
|
|
total FROM
|
|
|
|
|
(SELECT l.client_id,l.clearing_amount,l.refund_id,l.transaction_type,o.create_time FROM pmt_transactions l
|
|
|
|
|
INNER JOIN pmt_orders o
|
|
|
|
@ -515,6 +516,8 @@
|
|
|
|
|
d.is_valid = '1'
|
|
|
|
|
AND (d.end_date is null or d.end_date > temp.create_time)
|
|
|
|
|
and d.bd_id=#{bd_id}
|
|
|
|
|
]]>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="TotalAmountForBDLeaderPrize" resultType="java.math.BigDecimal">
|
|
|
|
|