1212
This commit is contained in:
parent
08b10fad8d
commit
52b598aa1e
Binary file not shown.
|
@ -94,7 +94,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
|||
}
|
||||
if (this.drpIsALl.SelectedValue=="报警")
|
||||
{
|
||||
sql += " and RateBys<=2";
|
||||
sql += " and RateBys<=2 and PMIBySNum<=2";
|
||||
}
|
||||
if (!string.IsNullOrEmpty(this.txtPipelineCode.Text))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue