mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 17:36:47 +08:00
学习路径图保持一致
This commit is contained in:
@@ -363,7 +363,7 @@ public class CourseServiceImpl implements ICourseService {
|
||||
"s.deleted = 0 \n" +
|
||||
"and pt.deleted=0\n" +
|
||||
"and c.deleted=0\n" +
|
||||
"AND s.type = 1 \n" +
|
||||
"AND s.type in (1,2) \n" +
|
||||
"AND s.student_id = ?1\n" +
|
||||
"and c.org_id not in(?2)\n" +
|
||||
"and c.sys_create_aid !=?3";
|
||||
@@ -380,7 +380,7 @@ public class CourseServiceImpl implements ICourseService {
|
||||
"s.deleted = 0 \n" +
|
||||
"and pt.deleted=0\n" +
|
||||
"and c.deleted=0\n" +
|
||||
"AND s.type = 1 \n" +
|
||||
"AND s.type in (1,2) \n" +
|
||||
"AND s.student_id = ?1\n" +
|
||||
"and c.org_id !=?2\n" +
|
||||
"and c.sys_create_aid !=?3";
|
||||
@@ -397,7 +397,7 @@ public class CourseServiceImpl implements ICourseService {
|
||||
"s.deleted = 0 \n" +
|
||||
"and pt.deleted=0\n" +
|
||||
"and c.deleted=0\n" +
|
||||
"AND s.type = 1 \n" +
|
||||
"AND s.type in (1,2) \n" +
|
||||
"AND s.student_id = ?1\n" +
|
||||
"and c.sys_create_aid !=?2";
|
||||
list = courseTeacherDao.sqlFindList(sql, dto.getOrgAid(),dto.getOrgAid());
|
||||
|
||||
Reference in New Issue
Block a user