This commit is contained in:
jl
2024-12-05 14:36:37 +08:00
parent 261fde99ce
commit 4e4c0dbb59
5 changed files with 69 additions and 16 deletions

View File

@ -316,7 +316,8 @@ namespace Epost.DPS.Controllers
reqModel.reqCode = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds().ToString();
reqModel.ctnrTyp = "1";//agv提供
reqModel.indBind = item.indBind;
string agvloc = inOrderBLL.GetLocation(" and wmsloc = '" + item.positionCode + "'");
string type = string.Empty;
string agvloc = inOrderBLL.GetLocation(" and wmsloc = '" + item.positionCode + "'",out type );
reqModel.stgBinCode = agvloc;
if (item.indBind == "1")
{