@@ -353,7 +353,7 @@
<select id="capacityStatistics" resultType="java.util.Map" >
SELECT
- ent_id entId, count(1) capacityTotal, sum(auth_status) capacityAmount
+ ent_id entId, count(1) capacityTotal, sum(actual_weight) capacityAmount
from kwf_truck
where del_flag = 0
<choose>