Commit f02c47c5 authored by jiaorz's avatar jiaorz

车辆统计排序问题

parent 3391e785
......@@ -21,7 +21,7 @@
</if>
</where>
GROUP BY c.id
ORDER BY c.company_id
ORDER BY c.company_id, c.count_date
</select>
<select id="countByMonth" resultType="com.xxfc.platform.vehicle.pojo.BranchCompanyVehicleCountVo" parameterType="Map">
......
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