企业列表出来了
parent
9bb7317849
commit
fc3174a18d
|
@ -131,7 +131,7 @@ public class SysApitypeController extends BaseController
|
||||||
return JavaGetConfig.standing(standing);
|
return JavaGetConfig.standing(standing);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/standing/{res}")
|
@PostMapping("/addUserRole/{res}")
|
||||||
public Result updateCreateByUserId(@PathVariable("res") Integer res) {
|
public Result updateCreateByUserId(@PathVariable("res") Integer res) {
|
||||||
Long userId = SecurityUtils.getUserId();
|
Long userId = SecurityUtils.getUserId();
|
||||||
log.info("userId:"+userId);
|
log.info("userId:"+userId);
|
||||||
|
|
Loading…
Reference in New Issue