Commit 7e7199d1 authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-快照查询优化

parent 960c51fc
......@@ -1250,6 +1250,7 @@ public class TrendServiceImpl implements TrendService {
String laneId = dto.getLaneId();
String laneSort = laneId.substring(laneId.length() - 2);
element.setLaneSort(laneSort);
element.setLaneId(laneId);
double staticQueueLength = dto.getStaticQueueLength();
int staticQueueLengthRound = (int) Math.round(staticQueueLength);
......
......@@ -37,6 +37,9 @@ public class TableQueryVO {
@ApiModelProperty(value = "车道,从左车道开始编号11、12、13...")
private String laneSort;
@ApiModelProperty(value = "车道编号")
private String laneId;
@ApiModelProperty(value = "排队长度")
private Integer queueLength;
......
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