chenlu
2024-03-12 855f1ab0148cbfc26bc365a8c46ab8b7d427c01e
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>