Commit 211051d581a9ee205e78bd849fda0b5d739a610d
1 parent
0d94bcc5
备注。
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/bigdata/BigscreenService.java
| @@ -2821,7 +2821,7 @@ public class BigscreenService { | @@ -2821,7 +2821,7 @@ public class BigscreenService { | ||
| 2821 | return list; | 2821 | return list; |
| 2822 | } | 2822 | } |
| 2823 | 2823 | ||
| 2824 | - /** 按日期查询所有线路大间隔情况 */ | 2824 | + /** 按日期查询所有线路大间隔情况(给临港大间隔大屏,谢灿) */ |
| 2825 | @GET | 2825 | @GET |
| 2826 | @Path("/selectData/getLineInterval/{date}") | 2826 | @Path("/selectData/getLineInterval/{date}") |
| 2827 | public List<Map<String, Object>> getLineInterval(@PathParam("date") String date){ | 2827 | public List<Map<String, Object>> getLineInterval(@PathParam("date") String date){ |