huminmin
2026-04-25 cea4e4e9c6dad4d4f1b04b750ffca73cc252b22f
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">