소스 검색

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>