|
@ -100,8 +100,8 @@ where 1=1 |
|
|
} |
|
|
} |
|
|
if (!string.IsNullOrEmpty(ssName2)) |
|
|
if (!string.IsNullOrEmpty(ssName2)) |
|
|
{ |
|
|
{ |
|
|
sql += " and a.DepName ='" + ssName2 + "' and a.APSStatus='Y' "; |
|
|
|
|
|
sql = sql.Replace("<1>", " "); |
|
|
|
|
|
|
|
|
sql += " and a.DepName ='" + ssName2 + "' "; |
|
|
|
|
|
sql = sql.Replace("<1>", " and a.APSStatus is null "); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
//if (!string.IsNullOrWhiteSpace(queryParam["SSName"].ToString()))
|
|
|
//if (!string.IsNullOrWhiteSpace(queryParam["SSName"].ToString()))
|
|
|