|
@@ -65,7 +65,7 @@ public class ArticleController extends BaseController {
|
|
|
* 文章搜索结果
|
|
|
*/
|
|
|
@GetMapping("/info/search-{pageNum}.html")
|
|
|
- public String toArticleSearch(@PathVariable("id") Integer pageNum, final Model model) {
|
|
|
+ public String toArticleSearch(@PathVariable("pageNum") Integer pageNum, final Model model) {
|
|
|
List<BaseLink> typeList = articleService.getArticleTypes();
|
|
|
model.addAttribute("articleType", typeList);
|
|
|
model.addAttribute("typeId", 0);
|