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,