Commit b6e8cab5 authored by duanruiming's avatar duanruiming

[add] 测试提交

parent 841c0ee0
......@@ -97,6 +97,7 @@ public class SignalStatusController {
List<LightStatusPojo> ehualuLightStatusPojos = jackson.readValue(data, new TypeReference<List<LightStatusPojo>>() {});
signalStatusService.receiveLightStatusEhualu(ehualuLightStatusPojos);
} catch (Exception e) {
log.error("易华录接收灯态异常:{}", e);
}
return jsonViewObject.success("易华录灯态接收成功");
......
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