|
@@ -242,8 +242,8 @@
|
|
|
</select>
|
|
|
<select id="getAmountTotal" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
select
|
|
|
- sum(base_amount) as 'baseAmount',
|
|
|
- sum(pay_amount) as 'payAmount'
|
|
|
+ sum(order_amount) as 'orderAmount',
|
|
|
+ sum(base_amount) as 'baseAmount'
|
|
|
from kuaishou_supply_chain
|
|
|
where 1= 1
|
|
|
<if test="start != null and start != ''">
|