Commit c5878eb7 authored by 赵啸非's avatar 赵啸非

添加离线 上线日志

parent 1114edc9
......@@ -120,7 +120,7 @@ public class DeviceSendMsgController {
rsp.setMsg(ApiRespCodeEnum.SUCCESS.getLabel());
rsp.setCode(ApiRespCodeEnum.SUCCESS.getValue());
try {
if (ObjectUtils.isEmpty(req.getDeviceCodeList())) {
if (!ObjectUtils.isEmpty(req.getDeviceCodeList())) {
DeviceQuery deviceQuery = new DeviceQuery();
deviceQuery.setDeviceCodeList(req.getDeviceCodeList());
//查询站点设备并通知每个设备
......
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