ZengTao
2025-04-16 29a714f5b11be86d28a738c55a380338eb46bf3c
hangzhoumesParent/common/servicebase/src/main/resources/mapper/OrderMapper.xml
@@ -28,6 +28,6 @@
            GROUP BY c.order_id
        ) as d
                           on a.order_id = d.order_id
        where a.warehousing != 2
        where a.warehousing != 2 and a.warehousing > 0
    </select>
</mapper>