@@ -17,7 +17,7 @@
<select id="findList" resultMap="SummaryResultMap">
select
<include refid="Summary_Column_List" />
- from news
+ from news where 1=1
<if test=" type != null">
and type = #{type,jdbcType=INTEGER}
</if>
@@ -202,7 +202,7 @@
<a href="#">联系我们</a>
</div>
<div class="container support">
- <a href="#">Copyright © 2016-2017 阿凡提 版权所有 湘ICP备15019731号-2</a>
+ <a href="#">Copyright © 2016-2017 科德 版权所有 湘ICP备15019731号-2</a>
<a href="#">技术支持:湖南智明科技有限公司</a>
</th:block>