Commit ad3c395f by yinyong

每日销量、缺货、未发货、周转新增产品备注与客户留言异常订单过滤

parent 5605ff04
......@@ -2399,6 +2399,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}
......@@ -2451,6 +2453,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}) sales_table
......@@ -2503,6 +2507,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
and bailun_sku = #{bailunSku}
and warehouse_code = #{warehouseCode}) sales_table
......@@ -2741,6 +2747,8 @@
and has_fba_s = 0
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_innersale = 0
<if test="bailunSku != null and bailunSku != ''">
and bailun_sku = #{bailunSku}
......@@ -3000,6 +3008,8 @@
AND bailun_order_status != 'Canceled'
AND has_delete = 0
AND has_scalp = 0
AND has_buyer_remark = 0
AND has_platsku_remark = 0
AND has_fba_s = 0
AND has_innersale = 0
</select>
......
......@@ -854,6 +854,8 @@
AND bailun_order_status != 'Canceled'
AND has_delete = 0
AND has_scalp = 0
AND has_buyer_remark = 0
AND has_platsku_remark = 0
AND has_innersale = 0
AND has_fba_s = 0
GROUP BY
......
......@@ -744,6 +744,8 @@
and company_id = 1
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_fba_s = 0
and has_innersale = 0
and paid_time >= '2019-03-01 12:00:00'
......@@ -865,6 +867,8 @@
and platform_type != 'FBA'
and has_delete = 0
and has_scalp = 0
and has_buyer_remark = 0
and has_platsku_remark = 0
and has_fba_s = 0
and has_innersale = 0
and paid_time >= '2019-03-01 12:00:00'
......
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