This commit is contained in:
alex
2023-06-15 11:40:07 +08:00
parent d062102f39
commit 6675fd73b7
3 changed files with 8 additions and 13 deletions

View File

@@ -428,11 +428,11 @@ namespace Tnb.WarehouseMgr
var upInput = new WareHouseUpInput { bizTypeId = dt.biz_type, requireId = dt.require_id };
if (dt.is_chain == 0)
{
await base[upInput];
await DoUpdate(upInput);
}
else if (dt.is_chain == 1 && dt.chain_type == "3")
{
await base[upInput];
await DoUpdate(upInput);
}
}
}