src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -72,6 +72,7 @@ <if test="ew.productName != null and ew.productName !=''"> and p.product_name like concat('%',#{ew.productName},'%') </if> order by si.update_time desc </select> <select id="pageListCombinedStockInventory" resultType="com.ruoyi.stock.dto.StockInventoryDto">