2026-03-27 9909b15c6d0435bee3b2a92115762f2c046d238f
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -72,7 +72,7 @@
        <if test="ew.productName != null and ew.productName !=''">
            and p.product_name like concat('%',#{ew.productName},'%')
        </if>
        <if test="ew.productModelId != null and ew.productModelId !=''">
        <if test="ew.productModelId != null">
            and pm.id = #{ew.productModelId}
        </if>
    </select>