varsql="select platform_type,website,platform_sku_quantity_ordered,item_id,platform_sku from dc_base_oms_platform_sku where has_delete=0 and has_scalp=0 and bailun_order_status!='Canceled' ";
varsql="select platform_type,website,sum(platform_sku_quantity_ordered) platform_sku_quantity_ordered,item_id,platform_sku from dc_base_oms_platform_sku where has_delete=0 and has_scalp=0 and bailun_order_status!='Canceled' ";