gongchunyi
2026-06-25 eefcdefe106d2da0c2c9a09ea788ce0164984fff
src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -48,7 +48,7 @@
        <if test="req.shippingDateEnd != null and req.shippingDateEnd != ''">
            AND s.shipping_date &lt;= #{req.shippingDateEnd}
        </if>
        order by create_time DESC
        order by shipping_no DESC
    </select>
    <select id="listAll" resultType="com.ruoyi.sales.pojo.ShippingInfo">
        SELECT