xusc 11 months ago
parent
commit
817f9c181d
  1. 6
      WMS-BS/NFine.Application/WMS/ProductionIssueApp.cs

6
WMS-BS/NFine.Application/WMS/ProductionIssueApp.cs

@ -500,8 +500,7 @@ where a.ApplyNegCode='" + ApplyNegCode + "'";
keyValue = keyValue.Substring(1, keyValue.Length - 2);
string sql = string.Empty;
string sqlSeach = string.Empty;
try
{
sqlSeach = string.Format(@"select * from ICSMOApplyNeg a
inner join dbo.ICSInventoryLotDetail b on a.ApplyNegCode=b.TransCode and a.WorkPoint=b.WorkPoint
inner join dbo.ICSInventoryLot c on b.LotNo=c.LotNo and b.WorkPoint=c.WorkPoint
@ -527,9 +526,10 @@ where a.ApplyNegCode='" + ApplyNegCode + "'";
}
catch (Exception ex)
{
throw new Exception(ex.Message);
msg = ex.Message;
}
return msg;
}

Loading…
Cancel
Save