This commit is contained in:
2024-09-21 09:30:19 +08:00
parent d35203a505
commit 1c04f0449f
4 changed files with 17 additions and 0 deletions

View File

@@ -372,6 +372,10 @@ namespace Tnb.WarehouseMgr
}
}
else
{
throw new AppFriendlyException($"【WmsSaleReleaseService Distribute】点位不存在", 500);
}
}
Logger.LogInformation($"【Distribute】 预计生成{items_sorttask.Count}条分拣任务");