master
eason 6 years ago
parent 876b8cc46e
commit 630e7940d5

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

Loading…
Cancel
Save