diff --git a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs index ae58dcd..29aed53 100644 --- a/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs +++ b/WMS-BS/NFine.Application/WMS/PickMaterialApp.cs @@ -233,7 +233,7 @@ where b.MOCode='{0}' and a.WorkPoint='{1}'"; LEFT JOIN ICSInventoryDetail detail ON d.InvCode=detail.INVCode AND a.WHCode=detail.WHCode AND a.WorkPoint=detail.WorkPoint left join ICSMOPickMerge e on a.ID=e.SourceID and a.WorkPoint=e.WorkPoint left join ICSExtension f on a.ExtensionID=f.ID and a.WorkPoint=f.WorkPoint - where a.ApplyCode='{0}' and a.WorkPoint='{1}' and a.EATTRIBUTEļ¼='17'"; + where a.ApplyCode='{0}' and a.WorkPoint='{1}' and a.EATTRIBUTE!='17'"; if (!string.IsNullOrWhiteSpace(queryJson)) {