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

修改通知去重复

parent bc9281e0
......@@ -123,7 +123,7 @@ public class SyncMeetStatusTaskImpl implements ITaskExcuteService {
uploadDeviceReq.setDeviceCodeList(Arrays.asList(roomDeviceEntity.getDeviceCode()));
uploadDeviceReq.setAction("postMeet");
Rest<String> rest = messageFeign.downMsg(uploadDeviceReq);
log.info("推送自动结束 postMeet :{}", JSON.toJSONString(rest));
log.info("推送自动结束 postMeet :{}", JSON.toJSONString(Arrays.asList(roomDeviceEntity.getDeviceCode())));
}
}
......
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