This commit is contained in:
2024-06-25 11:38:19 +08:00

View File

@@ -382,6 +382,7 @@ namespace Tnb.ProductionMgr
public override async Task ModifyAsync(WareHouseUpInput input)
{
Log.Information($"物料呼叫完成回更参数:{JsonConvert.SerializeObject(input)}");
if (input == null)
{
throw new ArgumentNullException(nameof(input));