|
@@ -37,7 +37,7 @@
|
|
|
LEFT JOIN SYS_USER su ON su.ID=ci.TEACHER_ID AND su.DELETE_FLAG ='NOT_DELETE'
|
|
LEFT JOIN SYS_USER su ON su.ID=ci.TEACHER_ID AND su.DELETE_FLAG ='NOT_DELETE'
|
|
|
WHERE ci.DELETE_FLAG ='NOT_DELETE'
|
|
WHERE ci.DELETE_FLAG ='NOT_DELETE'
|
|
|
<if test="param.collegeId !=null and param.collegeId != ''">
|
|
<if test="param.collegeId !=null and param.collegeId != ''">
|
|
|
- and ci.COLLEGE_ID=#{param.courseId}
|
|
|
|
|
|
|
+ and ci.COLLEGE_ID=#{param.collegeId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="param.collegeTwoId!=null and param.collegeTwoId != ''">
|
|
<if test="param.collegeTwoId!=null and param.collegeTwoId != ''">
|
|
|
and ci.COLLEGE_TWO_ID=#{param.collegeTwoId}
|
|
and ci.COLLEGE_TWO_ID=#{param.collegeTwoId}
|
|
@@ -136,7 +136,7 @@
|
|
|
and csr.USER_ID=#{param.userId}
|
|
and csr.USER_ID=#{param.userId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="param.collegeId !=null and param.collegeId != ''">
|
|
<if test="param.collegeId !=null and param.collegeId != ''">
|
|
|
- and ci.COLLEGE_ID=#{param.courseId}
|
|
|
|
|
|
|
+ and ci.COLLEGE_ID=#{param.collegeId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="param.collegeTwoId!=null and param.collegeTwoId != ''">
|
|
<if test="param.collegeTwoId!=null and param.collegeTwoId != ''">
|
|
|
and ci.COLLEGE_TWO_ID=#{param.collegeTwoId}
|
|
and ci.COLLEGE_TWO_ID=#{param.collegeTwoId}
|