maven
2026-02-03 2a4e36d26b4e64fc165c33919b225640489bc8cb
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,