|
|
|
@ -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,'')<>'关闭'"; |
|
|
|
|