mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update mongodb
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user