Commit 9b07a0b9 authored by duanruiming's avatar duanruiming

[update] 解决报错

parent 8015fd4b
...@@ -531,4 +531,14 @@ public class HKControlCommandServiceImpl implements ControlCommandService { ...@@ -531,4 +531,14 @@ public class HKControlCommandServiceImpl implements ControlCommandService {
manufacturerInfoPO.setName(crossInfoPo.getCode()); manufacturerInfoPO.setName(crossInfoPo.getCode());
return manufacturerInfoPO; return manufacturerInfoPO;
} }
@Override
public JsonViewObject timing(String crossCode, Date date) throws Exception {
return null;
}
@Override
public JsonViewObject tempScheme(String crossCode, Integer schemeNo) throws Exception {
return null;
}
} }
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