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

修改通知去重复

parent 97019fe0
......@@ -176,9 +176,8 @@ public class MettingRecordServiceImpl extends AbstractCRUDServiceImpl<MettingRec
if (!ObjectUtils.isEmpty(roomDeviceEntity)) {
UploadDeviceReq uploadDeviceReq = new UploadDeviceReq();
uploadDeviceReq.setDeviceCodeList(Arrays.asList(roomDeviceEntity.getDeviceCode()));
uploadDeviceReq.setAction("preMeetStart");
uploadDeviceReq.setContent(JSON.toJSONString(entity));
log.info("preMeetStart send msg :{}", roomDeviceEntity.getDeviceCode());
uploadDeviceReq.setAction("refreshMetting");
log.info("refreshMetting send msg :{}", roomDeviceEntity.getDeviceCode());
messageFeign.downMsg(uploadDeviceReq);
}
......
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