修改库内转移业务不回更的bug
This commit is contained in:
@@ -347,7 +347,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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user