Update mongodb

This commit is contained in:
sunkaixuan
2025-06-22 10:22:04 +08:00
parent e2e74d16bc
commit 9e67982ed7
6 changed files with 59 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ namespace SqlSugar.MongoDb
}
public static bool IsFieldNameJson(BsonDocument doc)
{
if (doc.Contains("fieldName"))
if (doc.Contains(UtilConstants.FieldName))
return true;
return false;
}