Antiloveg 8 anni fa
parent
commit
8b9a198ba4

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