|
@@ -63,7 +63,7 @@
|
|
|
and find_in_set(#{subjectId},sni.subject_id_list_)
|
|
|
</if>
|
|
|
<if test="organId != null">
|
|
|
- and (find_in_set(#{organId},sni.organ_id_list_) or sni.organ_id_list_ is null)
|
|
|
+ and find_in_set(#{organId},sni.organ_id_list_)
|
|
|
</if>
|
|
|
<if test="clientName != 'manage'">
|
|
|
<choose>
|