|
@@ -143,6 +143,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
lqw.eq(bo.getSectionId() != null, UserStudyRecord::getSectionId, bo.getSectionId());
|
|
lqw.eq(bo.getSectionId() != null, UserStudyRecord::getSectionId, bo.getSectionId());
|
|
lqw.eq(bo.getGoodsId() != null, UserStudyRecord::getGoodsId, bo.getGoodsId());
|
|
lqw.eq(bo.getGoodsId() != null, UserStudyRecord::getGoodsId, bo.getGoodsId());
|
|
lqw.eq(bo.getModuleId() != null, UserStudyRecord::getModuleId, bo.getModuleId());
|
|
lqw.eq(bo.getModuleId() != null, UserStudyRecord::getModuleId, bo.getModuleId());
|
|
|
|
+ lqw.eq(bo.getChapterId() != null, UserStudyRecord::getChapterId, bo.getChapterId());
|
|
lqw.eq(bo.getGradeId() != null, UserStudyRecord::getGradeId, bo.getGradeId());
|
|
lqw.eq(bo.getGradeId() != null, UserStudyRecord::getGradeId, bo.getGradeId());
|
|
lqw.eq( UserStudyRecord::getCurrentStatus, 1);
|
|
lqw.eq( UserStudyRecord::getCurrentStatus, 1);
|
|
lqw.orderByDesc(UserStudyRecord::getRecordId);
|
|
lqw.orderByDesc(UserStudyRecord::getRecordId);
|