yonge 4 年之前
父节点
当前提交
62148caae8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

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