mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
@ -125,7 +125,7 @@ namespace FreeSql
|
||||
await AddOrUpdateNavigateListAsync(item, true, null, cancellationToken);
|
||||
return;
|
||||
default:
|
||||
if (_tableIdentitys.Length == 1 && _tableReturnColumns.Length == 1)
|
||||
if (_tableIdentitys.Length == 1)
|
||||
{
|
||||
foreach (var s in data)
|
||||
await AddPrivAsync(s, false, cancellationToken);
|
||||
|
@ -128,7 +128,7 @@ namespace FreeSql
|
||||
AddOrUpdateNavigateList(item, true, null);
|
||||
return;
|
||||
default:
|
||||
if (_tableIdentitys.Length == 1 && _tableReturnColumns.Length == 1)
|
||||
if (_tableIdentitys.Length == 1)
|
||||
{
|
||||
foreach (var s in data)
|
||||
AddPriv(s, false);
|
||||
|
Reference in New Issue
Block a user