Kaynağa Gözat

Merge branch 'master' of https://git.coding.net/aft/AFT.git

ws2z3gr2017 8 yıl önce
ebeveyn
işleme
c2ccc0980d

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

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

+ 1 - 1
src/main/webapp/WEB-INF/views/common.html

@@ -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>
 		</div>
 	</th:block>