Commit 2342fe65 authored by jiaorz's avatar jiaorz

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

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