mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 07:56:38 +08:00
完善角色菜单分配管理
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Yi.Framework.Service
|
||||
}
|
||||
|
||||
//一次性批量添加
|
||||
await _repositoryUserRole.InsertRangeAsync(userRoleEntities);
|
||||
await _repositoryUserRole.InsertReturnSnowflakeIdAsync(userRoleEntities);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user