Browse Source

参数错误

Li 3 years ago
parent
commit
c2c65aee2f
1 changed files with 1 additions and 1 deletions
  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);
                     }