|
@@ -83,6 +83,7 @@
|
|
|
LEFT JOIN COURSE_STUDENT_RELATE csr ON csr.USER_ID =su.ID
|
|
LEFT JOIN COURSE_STUDENT_RELATE csr ON csr.USER_ID =su.ID
|
|
|
</if>
|
|
</if>
|
|
|
WHERE 1=1
|
|
WHERE 1=1
|
|
|
|
|
+ and su.IS_RESOURCEACCOUNT='0'
|
|
|
<if test="param.courseId !=null and param.courseId != ''">
|
|
<if test="param.courseId !=null and param.courseId != ''">
|
|
|
AND csr.DELETE_FLAG ='NOT_DELETE'
|
|
AND csr.DELETE_FLAG ='NOT_DELETE'
|
|
|
</if>
|
|
</if>
|