Commit bddfb803 by 泽锋 李

母sku默认开启库容监控

parent e18e5b68
...@@ -144,6 +144,16 @@ where t1.mother_sku_warehouse_code in @mother_sku_warehouse_codes ", new ...@@ -144,6 +144,16 @@ where t1.mother_sku_warehouse_code in @mother_sku_warehouse_codes ", new
warehouse_code = data.warehouse_code, warehouse_code = data.warehouse_code,
sku = data.sku sku = data.sku
}); });
//默认开启库容监控
// 添加库容监控
_connection.Insert<dc_base_storage_capacity_config>(new dc_base_storage_capacity_config
{
bailun_sku = data.sku,
bailun_sku_warehouse_code = data.sku_warehouse_code,
status = 1,
warehouse_code = data.warehouse_code
});
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment