liyong
2026-02-03 099e8a366eb8e69601371229d4ff4acad725e463
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -64,7 +64,12 @@
        pm.model,
        si.remark,
        pm.unit,
        p.product_name
        p.product_name,
        pm.url,
        pm.height,
        pm.box_num,
        pm. dollar_price,
        pm.tax_inclusive_unit_price
        from stock_inventory si
        left join product_model pm on si.product_model_id = pm.id
        left join product p on pm.product_id = p.id
@@ -72,6 +77,9 @@
        <if test="ew.productName != null and ew.productName !=''">
            and p.product_name like concat('%',#{ew.productName},'%')
        </if>
        <if test="ew.parentId != null">
            and p.parent_id = #{ew.parentId}
        </if>
    </select>
    <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData">
        select si.qualitity,