|
@@ -32,7 +32,7 @@
|
|
|
LEFT JOIN base_major_set t3 ON t3.id = t2.major_set_id
|
|
|
LEFT JOIN xjr_department t4 ON t4.id = t.org_id
|
|
|
WHERE t.delete_mark = 0
|
|
|
- <if test="dto.className != null dto.className != ''">
|
|
|
+ <if test="dto.className != null and dto.className != ''">
|
|
|
and t.name = #{dto.className}
|
|
|
</if>
|
|
|
<if test="dto.deptId != null">
|