This commit is contained in:
alex
2023-08-15 14:58:51 +08:00
parent 6efbf6f066
commit fd4806ae1c
2 changed files with 3 additions and 5 deletions

View File

@@ -38,7 +38,9 @@ namespace Tnb.WarehouseMgr
IVisualDevService visualDevService,
IWareHouseService wareHouseService,
IUserManager userManager,
IBillRullService billRullService) : base(repository, runService, visualDevService, wareHouseService, userManager, billRullService)
IBillRullService billRullService,
ITaskMessageNotify taskMessageNotify
) : base(repository, runService, visualDevService, wareHouseService, userManager, billRullService, taskMessageNotify)
{

View File

@@ -165,10 +165,6 @@ namespace Tnb.WarehouseMgr
cts?.Cancel();
throw;
}
finally
{
await Publish(nameof(IWareHouseService.GenTaskExecute));
}
}
/// <summary>
/// 齐套出库,(待配送状态)