mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
修改首页数据接口bug
This commit is contained in:
@@ -381,9 +381,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="getGeneralSituationInfo" resultType="com.jsowell.pile.vo.web.IndexGeneralSituationVO">
|
||||
select
|
||||
sum(t1.total_amount) as totalChargingAmount,
|
||||
sum(t1.use_electricity) as totalChargingDegree,
|
||||
sum(t1.charge_num) as totalChargingQuantity
|
||||
ifnull(sum(t1.total_amount), 0) as totalChargingAmount,
|
||||
ifnull(sum(t1.use_electricity), 0) as totalChargingDegree,
|
||||
ifnull(sum(t1.charge_num), 0) as totalChargingQuantity
|
||||
from
|
||||
settle_order_report t1
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user