Commit 2ad91c9b by 泽锋 李

fix

parent 3a665033
......@@ -1234,7 +1234,7 @@ from dc_auto_turnover_air where gmt_modified>=@btime and gmt_modified<=@etime
character_skus = bailun_sku,
startPoint = "3",
has_min_freight_unit_price = true
}).Where(s => s.min_freight_unit_price > 0);
}).Where(s => s.min_freight_unit_price > 1);
var logoCeanData = logisticsDatas.Where(s => s.TransportType == 2).OrderBy(s => s.min_freight_unit_price).FirstOrDefault();
modalData.freight_unit_price_ocean = logoCeanData.min_freight_unit_price.Value / (logoCeanData.min_freight_unit_weight ?? 1) * (dc_base_sku_data.weight/1000);
......
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