Commit 1acef53f authored by jiaorz's avatar jiaorz

Merge branch 'master-vehicle-bg' into dev

parents de5cd606 2eb539bd
......@@ -4,8 +4,8 @@
<select id="getAllCountInfo" parameterType="Map" resultType="com.xxfc.platform.vehicle.pojo.BranchCompanyVehicleCountVo">
SELECT
c.company_id as companyId,
c.count_date as countDate,
c.company_id,
c.count_date,
b.`name` AS companyName,
sum(c.vehicle_num) as vehicleNum
FROM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment