修改
This commit is contained in:
@@ -109,6 +109,10 @@ public partial class MySqlDestination : IDisposable, IAsyncDisposable
|
||||
var sb = new StringBuilder();
|
||||
foreach (var (tableName, records) in tableRecords)
|
||||
{
|
||||
if (tableName == "order_process_step")
|
||||
{
|
||||
var a = 1;
|
||||
}
|
||||
if (records.Count == 0)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user