mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update mongodb
This commit is contained in:
@@ -12,7 +12,7 @@ namespace SqlSugar.MongoDb
|
||||
|
||||
public static bool IsFieldNameJson(string trimmed)
|
||||
{
|
||||
return trimmed.StartsWith("{ \"fieldName\" : ");
|
||||
return trimmed.StartsWith("{ \""+UtilConstants.FieldName+"\" : ");
|
||||
}
|
||||
public static bool IsFieldNameJson(BsonDocument doc)
|
||||
{
|
||||
|
Reference in New Issue
Block a user