|
@@ -71,8 +71,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
AND q.education_id = #{educationId}
|
|
|
</if>
|
|
|
|
|
|
- <if test="courseSubjectId != null and courseSubjectId !=0 ">
|
|
|
- AND q.subject_id = #{courseSubjectId}
|
|
|
+ <if test="subjectId != null and subjectId !=0 ">
|
|
|
+ AND q.subject_id = #{subjectId}
|
|
|
</if>
|
|
|
|
|
|
<if test="businessId != null and businessId !=0 ">
|