自动签收
This commit is contained in:
@@ -30,6 +30,16 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
await _serviceMap[input.bizTypeId].ModifyAsync(input);
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (var key in _serviceMap.Keys)
|
||||
{
|
||||
if (key.Contains(input.bizTypeId))
|
||||
{
|
||||
await _serviceMap[input.bizTypeId].ModifyAsync(input);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user