src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -84,6 +84,9 @@ <if test="ew.stockLocation != null and ew.stockLocation != ''"> and si.stock_location = #{ew.stockLocation} </if> <if test="ew.model != null and ew.model !=''"> and pm.model like concat('%',#{ew.model},'%') </if> </select> <select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData"> select si.qualitity,