廖井涛
2025-02-27 1e685c19317c73c86ae0901742b54b51eeaa26ea
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -375,4 +375,8 @@
    having count(a.order_number) > 1
    </select>
    <select id="searchOrderWarehousing">
        select  warehousing from `order`
        where order_id = #{orderId}
    </select>
</mapper>