소스 검색

老师端首页bug修改

zouxuan 3 년 전
부모
커밋
69d6fc76fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

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

@@ -191,7 +191,7 @@
 		<where>
 			del_flag_=0
 			<if test="type != null">
-				and type_ = #{type}
+				and sub_type_ = #{type}
 			</if>
 		</where>
 		ORDER BY order_ DESC