Commit ca530bc3 authored by duanruiming's avatar duanruiming

[add] 测试提交

parent 72e295d6
......@@ -97,7 +97,6 @@ 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