|
@@ -81,7 +81,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="projectId != null and projectId!=0 ">
|
|
|
and (SELECT COUNT(t.id) FROM course_subject_project t where t.project_id = #{projectId}) > 0
|
|
|
</if>
|
|
|
- <if test="subjectName != null and subjectName!=0 ">
|
|
|
+ <if test="subjectName != null and subjectName!='' ">
|
|
|
AND s.subject_name = #{subjectName}
|
|
|
</if>
|
|
|
<if test="wrong != null and wrong!=0 ">
|