|
@@ -37,7 +37,7 @@ public class RedirectController {
|
|
|
@GetMapping("/cmpage/info-1-{id}.html")
|
|
|
public String toTopic(@PathVariable("id") Integer type) {
|
|
|
// 二手商品【旧】
|
|
|
- if (Integer.valueOf(189).equals(type)){
|
|
|
+ if (Integer.valueOf("189").equals(type)){
|
|
|
return "redirect:/flea-market/list.html";
|
|
|
}
|
|
|
return "redirect:/topic.html?type=" + type;
|