Browse Source

no message

master
Juj 9 months ago
parent
commit
efb2e1cfcb
  1. 2
      WMS-BS/NFine.Application/OMAY/ICSMoCreateLotApp.cs

2
WMS-BS/NFine.Application/OMAY/ICSMoCreateLotApp.cs

@ -245,7 +245,7 @@ left join Sys_SRM_ItemsDetail flag on flag.F_ItemCode='GDCS0001'
group by MODetailID )a) h on a.MODetailID=h.MODetailID group by MODetailID )a) h on a.MODetailID=h.MODetailID
left join ICSConfiguration d on d.Code='CompleteVerification001' and a.WorkPoint =d.WorkPoint left join ICSConfiguration d on d.Code='CompleteVerification001' and a.WorkPoint =d.WorkPoint
left join ICSExtension e on a.ExtensionID=e.ID and a.WorkPoint=e.WorkPoint left join ICSExtension e on a.ExtensionID=e.ID and a.WorkPoint=e.WorkPoint
WHERE 1 =1 and a.MOStatus<>'3' and a.EATTRIBUTE1='0' ";
WHERE 1 =1 and a.MOStatus<>'3' and a.EATTRIBUTE1='1' ";
} }

Loading…
Cancel
Save