@@ -42,7 +42,7 @@
</div> -->
<h5>推荐文章:</h5>
<div th:each="news:${news}">
- <span ><a th:href="@{/portal/news/newsDetail(id=${news.id,type=${type}})}" th:text="${news.title}?${news.title}:'暂无更多内容'"></a></span>
+ <span ><a th:href="@{/portal/news/newsDetail(id=${news.id},type=${type})}" th:text="${news.title}?${news.title}:'暂无更多内容'"></a></span>
</div>
<div class="contetn_right" >