1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user