ZengTao
2025-05-12 21887ddd12bdba4e2b00456c94a3cb8e1568c000
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>