Преглед изворни кода

1、车辆运力统计调整;

zk пре 2 година
родитељ
комит
eedfd576a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sckw-modules/sckw-fleet/src/main/resources/mapper/KwfTruckMapper.xml

+ 1 - 1
sckw-modules/sckw-fleet/src/main/resources/mapper/KwfTruckMapper.xml

@@ -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>