|
|
@@ -131,7 +131,7 @@ public class CompanyController {
|
|
|
* @date : 2024/6/14 14:55
|
|
|
*/
|
|
|
@ApiOperation( value = "获取常用功能", notes = "获取常用功能" )
|
|
|
- @PostMapping(value = "/get_comMenu")
|
|
|
+ @PostMapping(value = "/get_comMenu/{gradeCode}")
|
|
|
public ResponseResultVO<?> getComMenu(@PathVariable String gradeCode) {
|
|
|
return companyService.getComMenu(gradeCode);
|
|
|
}
|