This commit is contained in:
佘春生 2024-05-26 12:08:46 +08:00
commit ed4bae95d2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
} }
if (this.drpIsALl.SelectedValue=="报警") if (this.drpIsALl.SelectedValue=="报警")
{ {
sql += " and RateBys<=2"; sql += " and RateBys<=2 and PMIBySNum<=2";
} }
if (!string.IsNullOrEmpty(this.txtPipelineCode.Text)) if (!string.IsNullOrEmpty(this.txtPipelineCode.Text))
{ {