|
@@ -86,6 +86,7 @@ public class DailyReportServiceImpl extends ServiceImpl<DailyReportMapper, Daily
|
|
|
dailyReportDetailsService.update(q -> q
|
|
|
.eq(DailyReportDetails::getDailyReportId, id)
|
|
|
.eq(DailyReportDetails::getRecipientId, SecurityUtils.getUserId())
|
|
|
+ .eq(DailyReportDetails::getIsRead, StatusConstant.NO)
|
|
|
.set(DailyReportDetails::getIsRead, StatusConstant.YES)
|
|
|
);
|
|
|
|