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">