Browse Source

no message

master
yangtm 2 months ago
parent
commit
7e79215e9f
  1. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSoft.DataProject.csproj
  2. 2
      ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

2
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSoft.DataProject.csproj

@ -40,7 +40,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.0.30714, Culture=neutral">
<Reference Include="log4net, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ICSSoft.WMS.WebAPI\bin\log4net.dll</HintPath>
</Reference>

2
ICSSoft.WMS.WebAPI/ICSSoft.DataProject/ICSSubmitService.cs

@ -2210,7 +2210,7 @@ a.ExtensionID
LEFT JOIN ICSContainerLot conlot ON a.LotNo=conlot.LotNo AND a.WorkPoint=conlot.WorkPoint
LEFT JOIN ICSContainer con ON conlot.ContainerID=con.ID AND conlot.WorkPoint=con.WorkPoint
INNER JOIN ICSInventory inv ON a.InvCode=inv.InvCode AND a.WorkPoint=inv.WorkPoint
WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql+' order by a.LocationCode,a.InvCode
WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql+' order by a.LocationCode,a.InvCode '
END
exec(@b)

Loading…
Cancel
Save