Commit 2b1245d2 authored by jiaorz's avatar jiaorz

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

parent 4c0e3b1b
......@@ -171,7 +171,6 @@
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>
......@@ -336,7 +335,6 @@
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