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