调整,wms通用逻辑代码
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Tnb.WarehouseMgr
|
||||
/// </summary>
|
||||
[OverideVisualDev(ModuleConsts.MODULE_WMSCARRYMOOUTSTK_ID)]
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class WmsPDACarryMoveOutStockService : BaseWareHouseService
|
||||
public class WmsPDACarryMoveOutStockService : BaseWareHouseService, IPdaStroage
|
||||
{
|
||||
private const string BizTypeId = "26122271183141";
|
||||
private readonly ISqlSugarClient _db;
|
||||
@@ -133,7 +133,6 @@ namespace Tnb.WarehouseMgr
|
||||
it => new BasLocation { is_lock = 1 });
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
await _db.Ado.CommitTranAsync();
|
||||
|
||||
Reference in New Issue
Block a user