|
@@ -248,7 +248,7 @@
|
|
<select id="getRechargeTotal"
|
|
<select id="getRechargeTotal"
|
|
resultType="vip.xiaonuo.biz.modular.consumptionrecord.param.ConsumptionResult">
|
|
resultType="vip.xiaonuo.biz.modular.consumptionrecord.param.ConsumptionResult">
|
|
SELECT
|
|
SELECT
|
|
- IFNULL( SUM( brr.wx_pay_amount ), 0 ) orderMoney,
|
|
|
|
|
|
+ IFNULL( SUM( brr.recharge_amount ), 0 ) orderMoney,
|
|
count( * ) orderCount
|
|
count( * ) orderCount
|
|
FROM
|
|
FROM
|
|
biz_recharge_record brr
|
|
biz_recharge_record brr
|