同步料架的载具位置,bug处理,日志完善
This commit is contained in:
@@ -20,6 +20,8 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
public async Task Do(WareHouseUpInput input)
|
||||
{
|
||||
if (string.IsNullOrEmpty(input.bizTypeId))
|
||||
return;
|
||||
if (_serviceMap.ContainsKey(input.bizTypeId))
|
||||
{
|
||||
await _serviceMap[input.bizTypeId].ModifyAsync(input);
|
||||
|
||||
Reference in New Issue
Block a user