|
|
@@ -57,13 +57,5 @@ public class PortalController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @RequestMapping(value="/portal/technologyTrading/industryList", method = RequestMethod.GET)
|
|
|
- @ResponseBody
|
|
|
- public Result getIndustryList() {
|
|
|
- Result result=new Result();
|
|
|
- result.setData(userIdentityService.selectIndustryReletively());
|
|
|
- return result;
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
}
|