qin hace 1 año
padre
commit
aaa5639216
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mapper/statistics/OrderMapper.xml

+ 1 - 0
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -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>