物料签收加个日志
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user