zhoushihao
2025-05-12 347bde69a521797568a7e22f55853935dbd05a99
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>