|
@@ -54,7 +54,7 @@ public class SysIndustryController extends BaseController
|
|
|
@Autowired
|
|
|
private ISysIndustryService industryService;
|
|
|
|
|
|
- @ApiOperation(value = "根据用户id查询用户以及角色信息",notes = "根据用户id查询用户以及角色信息")
|
|
|
+ @ApiOperation(value = "查询所有行业信息",notes = "查询所有行业信息")
|
|
|
@GetMapping("/getIndustryInfoList")
|
|
|
public ResultResponse<List<SysIndustryInfo>> getIndustryInfoList(){
|
|
|
|