Antiloveg 8 年 前
コミット
8b9a198ba4
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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>