Browse Source

no message

master
Jjie 3 months ago
parent
commit
85b7c1c02c
  1. 2
      SRM/NFine.Application/SRM/POReleaseApp.cs

2
SRM/NFine.Application/SRM/POReleaseApp.cs

@ -92,8 +92,10 @@ namespace NFine.Application
else if (ReleaseState == "2")
sql += " and ReleaseState = '2'";
}
//ERP状态
if (!string.IsNullOrWhiteSpace(queryParam["U8Status"].ToString()))
{
string U8Status = queryParam["U8Status"].ToString();
if (U8Status == "1")
sql += " and isnull(STATUS,'')<>'关闭'";

Loading…
Cancel
Save