liyong
2026-02-03 8e61f1ba6cb3e5835ab38c14752c26f1019428e3
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -72,6 +72,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,