This commit is contained in:
2024-05-26 12:08:34 +08:00
@@ -94,7 +94,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
}
if (this.drpIsALl.SelectedValue=="报警")
{
sql += " and RateBys>0 and RateBys<=2";
sql += " and RateBys<=2";
}
if (!string.IsNullOrEmpty(this.txtPipelineCode.Text))
{