mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 12:33:44 +08:00
Update mongodb
This commit is contained in:
@@ -79,7 +79,7 @@ namespace SqlSugar.MongoDb
|
|||||||
sb.Append($"BulkWrite {tableName} [ ");
|
sb.Append($"BulkWrite {tableName} [ ");
|
||||||
sb.Append(string.Join(", ", operations));
|
sb.Append(string.Join(", ", operations));
|
||||||
sb.Append(" ]");
|
sb.Append(" ]");
|
||||||
|
this.Parameters = new List<SugarParameter>();
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user