@@ -142,6 +142,7 @@
o.order_status = 6
AND o.order_type = 2
and c.yn =0
+ and o.yn = 0
and c.enabled = 1
GROUP BY c.now_street_id,c.customer_type_id;
</select>