Commit 4762155a authored by zhoushiguang's avatar zhoushiguang

附件路口、方向、转向、车道级基础信息

parent 1b5378ed
...@@ -536,6 +536,9 @@ public class GreenwaveHistProviderImpl extends BaseDubboInterfaceImpl<GreenwaveH ...@@ -536,6 +536,9 @@ public class GreenwaveHistProviderImpl extends BaseDubboInterfaceImpl<GreenwaveH
bo.setCrossId(crossId); bo.setCrossId(crossId);
bo.setScope(objectType); bo.setScope(objectType);
List<String> scopeListAll = mainlineEvaluateService.bottomMenu(bo); List<String> scopeListAll = mainlineEvaluateService.bottomMenu(bo);
if (Objects.equals(4,objectType)){
scopeListAll = scopeList;
}
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("timeList", timeList); jsonObject.put("timeList", timeList);
......
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