This commit is contained in:
alex
2023-06-28 14:36:20 +08:00
parent 41fcd7ad59
commit 49578c27c2

View File

@@ -88,7 +88,7 @@ namespace Tnb.WarehouseMgr
{
WareHouseUpInput upInput = new() { loginType = "web", bizTypeId = disTask.biz_type, requireId = disTask.require_id, carryIds = new List<string> { input.carryId } };
await DoUpdate(upInput); //回更业务
await _wareCarryService.UpdateNullCarry(carry);
}
break;