mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Update mongodb
This commit is contained in:
parent
b7452b63f7
commit
a090f7f1ce
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user