This commit is contained in:
alex
2023-08-09 14:20:57 +08:00
4 changed files with 6 additions and 5 deletions

View File

@@ -349,7 +349,7 @@ namespace Tnb.WarehouseMgr
{
dynamic reqBody = new ExpandoObject();
reqBody.taskChainCode = k;
reqBody.type = (int)EnumTaskChainType.CTU;
reqBody.type = (int)EnumTaskChainType.KIVA;
reqBody.sequential = false;
reqBody.taskChainPriority = 0;
reqBody.taskList = v;

View File

@@ -34,7 +34,7 @@ namespace Tnb.WarehouseMgr
[ServiceModule(BizTypeId)]
public class WmsPDATransferService : BaseWareHouseService, IPdaStroage
{
private const string BizTypeId = "26585291847957";
private const string BizTypeId = "26125644258853";
private readonly ISqlSugarClient _db;
private readonly IRunService _runService;
private readonly IVisualDevService _visualDevService;

View File

@@ -32,9 +32,9 @@ namespace Tnb.WarehouseMgr
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSTRANSFER_ID)]
[ServiceModule(BizTypeId)]
public class WmsTransferService : BaseWareHouseService, IPdaStroage
public class WmsTransferService : BaseWareHouseService
{
private const string BizTypeId = "26585291847957";
private const string BizTypeId = "26125644258853";
private readonly ISqlSugarClient _db;
private readonly IRunService _runService;
private readonly IVisualDevService _visualDevService;