企业列表出来了

master
法外狂徒张三 2024-09-09 02:51:58 +08:00
parent c3ed11c3dd
commit ac7e9703d9
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class SysApitypeController extends BaseController
} }
@PostMapping("/standing/{res}") @PostMapping("/standing/{res}")
public Result updateCreateByUserId(@PathVariable Integer res) { public Result updateCreateByUserId(@PathVariable("res") Integer res) {
Long userId = SecurityUtils.getUserId(); Long userId = SecurityUtils.getUserId();
UserRole userRole = sysApitypeService.selectUserRoleByUserId(userId); UserRole userRole = sysApitypeService.selectUserRoleByUserId(userId);
if(res!=1||userRole!=null){ if(res!=1||userRole!=null){