Commit c5f8b458 by lizefeng

fix

parent f64751f0
......@@ -85,7 +85,7 @@ namespace AutoTurnOver.DB
sku = item.skuCode,
sku_name = "",
warehouse_type = "FBA仓",
id = _connection.QueryFirstOrDefault<int?>(" select id from dc_report_invest_return_sku where sku=@sku and project=@project limit 1 ", new { sku = item.skuCode, project = "FBA仓" }) ?? 0
id = _connection.QueryFirstOrDefault<int?>(" select id from dc_report_invest_return_sku where sku=@sku and project=@project limit 1 ", new { sku = item.skuCode, project = "BP代运营" }) ?? 0
};
if (dbSkuFba.id <= 0)
{
......
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