zss
2 天以前 a5198f6c2306d1dae7709e9643e09e678cc36eca
src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -48,7 +48,7 @@
        <if test="req.expressNumber != null and req.expressNumber != ''">
            AND s.express_number LIKE CONCAT('%',#{req.expressNumber},'%')
        </if>
        order by create_time DESC
        order by shipping_no DESC
    </select>
    <select id="listAll" resultType="com.ruoyi.sales.pojo.ShippingInfo">
        SELECT