huminmin
2026-04-23 0e7cfb2e0657ef7efebfcc47c0d8cfe1f31acf61
src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -35,6 +35,9 @@
        <if test="req.expressNumber != null and req.expressNumber != ''">
            AND s.express_number LIKE CONCAT('%',#{req.expressNumber},'%')
        </if>
        <if test="req.customerName != null and req.customerName != ''">
            AND sl.customer_name LIKE CONCAT('%',#{req.customerName},'%')
        </if>
        order by create_time DESC
    </select>
    <select id="listAll" resultType="com.ruoyi.sales.pojo.ShippingInfo">