xusc 1 year ago
parent
commit
6881a845c5
  1. 4
      WMS-BS/NFine.Application/OMAY/OMAYApsApp.cs

4
WMS-BS/NFine.Application/OMAY/OMAYApsApp.cs

@ -100,8 +100,8 @@ where 1=1
}
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()))

Loading…
Cancel
Save