mirror of
https://github.com/certd/certd.git
synced 2026-07-24 12:37:35 +08:00
chore: format
This commit is contained in:
@@ -40,7 +40,7 @@ export class SysProjectController extends CrudController<ProjectEntity> {
|
||||
bean.userId = this.getUserId();
|
||||
return super.add({
|
||||
...bean,
|
||||
userId:-1, //企业用户id固定为-1
|
||||
userId: -1, //企业用户id固定为-1
|
||||
adminId: bean.userId,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user