liyong
2026-04-21 bb7b2eaea4df4407e623f3438adbecb0f6188fd7
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">