jenkins
2026-05-22 0e0ef19a7bd74b2fde0089c28ad3d61d0bc2d911
src/main/resources/mapper/sales/ShippingInfoMapper.xml
@@ -72,6 +72,7 @@
            slp.product_category,
            slp.specification_model,
            slp.unit,
            slp.product_model_id,
            sor.outbound_batches,
            sor.stock_out_num,
            sor.batch_no,
@@ -97,6 +98,7 @@
                si.id = #{shippingId}
            </if>
        </where>
        order by sor.id
    </select>
    <select id="getShippingInfoByCustomerName" resultType="com.ruoyi.sales.pojo.ShippingInfo">
        select * from shipping_info si