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