Commit 2f0b8d15 by lizefeng

投资回报分析,第三方仓库改成海外仓

parent 897c4c27
......@@ -189,7 +189,7 @@ namespace AutoTurnOver.DB
stock = stockItem.usable_stock + stock_transit.quantity_purchase + stock_transit.quantity_transfer,
project = sku.project,
sku_name = baseSku.sku_title_cn,
warehouse_type = warehouseData.hq_type,
warehouse_type = warehouseData.hq_type=="第三方仓库"?"海外仓": warehouseData.hq_type,
quantity_transfer = stock_transit.quantity_transfer,
quantity_purchase = stock_transit.quantity_purchase,
create_user = "system",
......
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