This commit is contained in:
jackchenyang 2024-05-26 11:59:19 +08:00
parent 80ad2474a5
commit 08b10fad8d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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