Bläddra i källkod

Merge branch '新增ios配置' of http://git.dayaedu.com/yonge/mec into master_saas

zouxuan 3 år sedan
förälder
incheckning
fee0304581
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>
 			<if test="subType != null">
 				and sub_type_ = #{subType}