mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 02:32:57 +08:00
fix: 【FCJDFDXTXS-190】资源学习情况
This commit is contained in:
@@ -126,7 +126,7 @@ public class StudyCourseItemDao extends BaseDao<StudyCourseItem> {
|
||||
builder.append(System.lineSeparator());
|
||||
builder.append("AND EXISTS (");
|
||||
builder.append(System.lineSeparator());
|
||||
builder.append("SELECT 1 FROM boe_study_signup s WHERE s.aid = bsc.aid");
|
||||
builder.append("SELECT 1 FROM boe_study_signup ss WHERE ss.course_id = :courseId AND ss.aid = bsc.aid");
|
||||
builder.append(System.lineSeparator());
|
||||
builder.append(")");
|
||||
// 用户
|
||||
|
||||
Reference in New Issue
Block a user