Commit 2342fe65 authored by jiaorz's avatar jiaorz

添加根据预定记录ID获取出行记录接口

parent 2b1245d2
......@@ -171,6 +171,7 @@
and bc.zone_id=#{zoneId}
</if>
</if>
GROUP BY v.id
order by v.code,v2.update_time DESC
) r ORDER BY r.parkBranchCompanyName
</select>
......@@ -335,6 +336,7 @@
and bc.zone_id=#{zoneId}
</if>
</if>
GROUP BY v.id
order by v.code,v2.update_time DESC
) r ORDER BY r.parkBranchCompanyName
</select>
......
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