企业列表出来了
parent
c3ed11c3dd
commit
ac7e9703d9
|
@ -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){
|
||||||
|
|
Loading…
Reference in New Issue