Commit 861c70bd authored by duanruiming's avatar duanruiming

[update] 优化海康服务调用异常处理

parent 39a17211
......@@ -507,7 +507,7 @@ public class HKControlCommandServiceImpl implements ControlCommandService {
/**
* 根据信号机获取灯态列表
*/
private List<LightsStatusVO> getSignalInfoVos(String code) {
private List<LightsStatusVO> getSignalInfoVos(String code) throws Exception {
List<BaseCrossInfo> baseSignals = new ArrayList<>();
BaseCrossInfo baseSignal = new BaseCrossInfo();
baseSignal.setCode(code);
......
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