Antiloveg 8 years ago
parent
commit
8b9a198ba4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/goafanti/common/mapper/NewsMapperExt.xml

+ 0 - 1
src/main/java/com/goafanti/common/mapper/NewsMapperExt.xml

@@ -18,7 +18,6 @@
 		select
 		<include refid="Summary_Column_List" />
 		from news
-		where hot = 0 
 		<if test=" type != null">
 			and type = #{type,jdbcType=INTEGER}
 		</if>