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

修改通知去重复

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