|
@@ -231,7 +231,7 @@ public class NoticeWebsitLogic {
|
|
|
noticeWebsitService.lambdaUpdate()
|
|
|
.eq(NoticeWebsit::getNoticeWebsitId,one.getNoticeWebsitId())
|
|
|
.set(NoticeWebsit::getNum,noticeWebsitRecordService.lambdaQuery()
|
|
|
- .eq(NoticeWebsitRecord::getNoticeWebsitId,id)
|
|
|
+ .eq(NoticeWebsitRecord::getNoticeWebsitId,one.getNoticeWebsitId())
|
|
|
.eq(NoticeWebsitRecord::getReadFlag,IsYesNoEnum.YES.getKey()).count()).update();
|
|
|
}
|
|
|
|