在线管理资源完成情况修改

This commit is contained in:
zhaolongfei
2024-07-26 18:42:32 +08:00
parent 338a709ebc
commit 30f8d363fa

View File

@@ -193,7 +193,7 @@ public class StudyServiceImpl implements IStudyService{
" where bsc.course_id = '"+courseId+"' and bsc.id not in(" +
" select item.study_id from boe_study_course_item item " +
" where item.course_id = '" + courseId + "' and item.content_id = '"+ contentId+"' group by item.study_id" +
" )";
" ) group by bsc.id";
log.info("资源完成情况未开始sql"+sql);
List<Object[]> list = scDao.sqlFindList(sql);
log.info("资源完成情况未开始人数"+list);