Commit 6a356e0a by wutong

计算销量不考虑刷单订单

parent c6458969
......@@ -795,6 +795,7 @@
AND paid_time < CURDATE()
AND bailun_order_status in ('Handling','Finished')
AND has_delete = 0
AND has_scalp = 0
GROUP BY
bailun_sku,
warehouse_code
......
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