wangming hace 1 mes
padre
commit
112bad2b17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      yami-shop-service/src/main/resources/mapper/OrderMapper.xml

+ 1 - 1
yami-shop-service/src/main/resources/mapper/OrderMapper.xml

@@ -988,7 +988,7 @@
     </select>
 
     <select id="statusCount" resultType="integer">
-        SELECT count(1) FROM `tz_order` WHERE  dvy_type=1 and hb_order_status in
+        SELECT count(1) FROM `tz_order` WHERE hb_order_status in
         <foreach collection="status" item="status" separator="," open="(" close=")">
             #{status}
         </foreach>