yonge 4 years ago
parent
commit
62148caae8

+ 1 - 1
cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

@@ -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>