guoyuji
2024-03-13 31ae2fb2901f37b46ec31e778c8585ef6f981548
north-glass-erp/src/main/resources/mapper/sd/Delivery.xml
@@ -122,7 +122,7 @@
                and fgi.quantity_available REGEXP #{order.finishedGoodsInventory.quantityAvailable}
            </if>
        </where>
        group by o.order_id
        group by o.order_id order by o.id desc
        limit #{offset},#{pageSize};
    </select>