|
|
|
@ -139,7 +139,7 @@ public class StudyMethodServiceImpl extends ServiceImpl |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public void getReadAllMethodStatus(Long userId, Long studyId, Long studySubjectId) { |
|
|
|
public void checkAllMethodReadStatus(Long userId, Long studyId, Long studySubjectId) { |
|
|
|
LambdaQueryWrapper<StudyMethodRead> queryWrapper = new LambdaQueryWrapper<>(); |
|
|
|
queryWrapper.eq(StudyMethodRead::getQmrId, userId) |
|
|
|
.eq(StudyMethodRead::getStudyId, studyId); |
|
|
|
|