This commit is contained in:
@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user