Commit 71a550bf authored by 赵啸非's avatar 赵啸非

修改通知去重复

parent abd1aafc
......@@ -78,7 +78,7 @@ public class SyncMeetStatusTaskImpl implements ITaskExcuteService {
recordEntity.setMeetStatus(MeetStatusEnum.进行中.getValue());
recordEntity.setUpdateTime(new Date());
recordEntity.setUpdateUserId(1L);
mettingRecordService.update(recordEntity);
mettingRecordService.getDao().update(recordEntity);
UploadDeviceReq uploadDeviceReq = new 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