Parcourir la source

修改默认连接

CrazyIter il y a 5 ans
Parent
commit
d2fcd5cea3

+ 1 - 1
TEAMModelOS.SDK/Module/AzureCosmosDB/Implements/AzureCosmosDBRepository.cs

@@ -333,7 +333,7 @@ namespace TEAMModelOS.SDK.Module.AzureCosmosDB.Implements
                 {
                 {
                     open = false;
                     open = false;
                 }
                 }
-                filters.Add(new Filter { Key = key, Value = dict[key] != null ? dict[key].ToString() : throw new Exception("参数值不能为null") });
+                filters.Add(new Filter {Contrast="and", Key = key, Value = dict[key] != null ? dict[key].ToString() : throw new Exception("参数值不能为null") });
             }
             }