Li 3 éve
szülő
commit
c2c65aee2f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      TEAMModelBI/Controllers/LoginController.cs

+ 1 - 1
TEAMModelBI/Controllers/LoginController.cs

@@ -646,7 +646,7 @@ namespace TEAMModelBI.Controllers
                     List<BizRelUser> bizRelUsers = new();
                     if (bizUser != null) 
                     {
-                        string tableSqlUser = $"PartitionKey eq 'BizRelUser' and bizUser eq '{bizUser.RowKey}'";
+                        string tableSqlUser = $"PartitionKey eq 'BizRelUser' and userId eq '{bizUser.RowKey}'";
 
                         bizRelUsers = await table.QueryWhereString<BizRelUser>(tableSqlUser);
                     }