企业列表出来了

master
法外狂徒张三 2024-09-09 15:28:47 +08:00
parent 9bb7317849
commit fc3174a18d
1 changed files with 1 additions and 1 deletions

View File

@ -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);