Browse Source

老师端支持查看教材课件

zouxuan 1 năm trước cách đây
mục cha
commit
4d4684d6ee

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

@@ -314,7 +314,7 @@
 			AND memo_ = #{memo}
 			AND memo_ = #{memo}
 		</if>
 		</if>
 		<if test="organIds != null and organIds !=''">
 		<if test="organIds != null and organIds !=''">
-			AND INTE_ARRAY(#{organIds},organ_id_list_)
+			AND INTE_ARRAY(#{organIds},organ_id_list_) OR organ_id_list_ IS NULL OR organ_id_list_ = ''
 		</if>
 		</if>
 		ORDER BY order_ DESC
 		ORDER BY order_ DESC
 	</select>
 	</select>