Commit e7bfd81f by guanzhenshan

调整获取itemid的刷单数量规则

parent 42d60ed4
...@@ -4682,7 +4682,7 @@ namespace Bailun.DC.Services ...@@ -4682,7 +4682,7 @@ namespace Bailun.DC.Services
{ {
var sqlparam = new DynamicParameters(); var sqlparam = new DynamicParameters();
var sql = "select item_id,sum(platform_sku_quantity_ordered-platform_sku_quantity_shipped) count from dc_base_oms_platform_sku where bailun_order_status!='Canceled' and bailun_payment_status!='Canceled' and bailun_interception_status!='None' and platform_sku_quantity_ordered>platform_sku_quantity_shipped "; var sql = "select item_id,sum(platform_sku_quantity_ordered) count from dc_base_oms_platform_sku where bailun_payment_status!='Canceled' and has_scalp=1 ";
if (start.HasValue) if (start.HasValue)
{ {
......
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