|
|
@@ -803,7 +803,7 @@ public class WebpageController extends BaseController {
|
|
|
* */
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@RequestMapping(value = "/portal/technologyTrading/tradingIndex")
|
|
|
- public ModelAndView patentTrading(HttpServletRequest request, ModelAndView modelAndView,String id, Integer type) {
|
|
|
+ public ModelAndView patentTrading(HttpServletRequest request, ModelAndView modelAndView) {
|
|
|
String showLocation="web_achievement_main";
|
|
|
String url =com.goafanti.common.utils.StringUtils.getDomainByHttpRequest(request);
|
|
|
modelAndView.setViewName("/portal/technologyTrading/tradingIndex");
|