|
@@ -55,6 +55,11 @@ public class ExamNoteServiceImpl extends ServiceImpl<ExamNoteMapper, ExamNote> i
|
|
|
return entity2Vo(this.list(lqw));
|
|
return entity2Vo(this.list(lqw));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public List<ExamNoteVo> queryRecommendList(ExamNoteQueryBo bo) {
|
|
|
|
|
+ return examNoteMapper.queryRecommendList(bo);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@Override
|
|
@Override
|
|
|
public List<ExamNoteVo> selectExamNoteList(ExamNoteQueryBo bo) {
|
|
public List<ExamNoteVo> selectExamNoteList(ExamNoteQueryBo bo) {
|
|
|
return examNoteMapper.selectExamNoteList(bo);
|
|
return examNoteMapper.selectExamNoteList(bo);
|