Commit 514cfe35 by lizefeng

fix

parent 6f6a6a5a
......@@ -68,6 +68,7 @@ namespace AutoTurnOver.DB
project = "DE",
sku = item.skuCode,
sku_name = "",
warehouse_type = "海外仓,第三方仓库",
id = _connection.QueryFirstOrDefault<int?>(" select id from dc_report_invest_return_sku where sku=@sku ", new { sku = item.skuCode }) ?? 0
};
if (dbSku.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