chore: project fix

This commit is contained in:
xiaojunnuo
2026-03-05 00:11:08 +08:00
parent 5ee3874b7e
commit dd9a7cf5d7
3 changed files with 11 additions and 11 deletions
@@ -118,7 +118,7 @@ export abstract class BaseController {
if(allowAdmin){
await authService.checkUserIdButAllowAdmin(this.ctx, service, id);
}else{
await authService.checkUserId(this.ctx, service, id);
await authService.checkUserId( service, id, userId);
}
}
return {projectId,userId}