kingno
2 天以前 a9e1d576c88a828baa766b5c38cce7bad0f3f25c
src/Bro.M141.Process/M141Process_Mysql.cs
@@ -199,7 +199,7 @@
                    //string destr = "delete from forall where id not in (select id from (select id from forall order BY id desc limit 1000) as subquery)";
                    //Operatoremysql(destr, connStrAll);
                    if (string.IsNullOrEmpty(netname) /*|| devicestr != "S3" */)
                    if (string.IsNullOrEmpty(netname) || devicestr != "S3")
                    {
                        if (pro.Details != null)
                        {
@@ -213,7 +213,6 @@
                                    item.DefectList.AddRange(defects.Distinct());
                                    item.DefectList = item.DefectList.Distinct().ToList();
                                }
                            }
                        }
                    }