src/Bro.M141.Process/M141Process_Mysql.cs
@@ -120,7 +120,7 @@ if (!string.IsNullOrEmpty(index)) { string str2 = $"delete from forlocal where id < ({index}-1000)"; string str2 = $"delete from forlocal where id < ({index}-2000)"; Operatoremysql(str2, connStrLocal); } @@ -283,7 +283,7 @@ if (!string.IsNullOrEmpty(index)) { string str2 = $"delete from forall where id < ({index}-1000)"; string str2 = $"delete from forall where id < ({index}-2000)"; Operatoremysql(str2, connStrAll); }