|
@@ -132,10 +132,10 @@ public class ProductController extends BaseController {
|
|
|
*/
|
|
|
@GetMapping("activity/activityTopic.html")
|
|
|
public String activityTopic(final Model model, Integer id) {
|
|
|
- /*Integer pageId = singlePageService.getActivityPageIdById(id);
|
|
|
+ Integer pageId = singlePageService.getActivityPageIdById(id);
|
|
|
if (pageId == null) {
|
|
|
return super.errorPath();
|
|
|
- }*/
|
|
|
+ }
|
|
|
model.addAttribute("pageId", id);
|
|
|
return ACTIVITY_TOP_PATH;
|
|
|
}
|