liyong
2026-05-22 2d03ec79e1892248b520cf097e8a58dd82a4892f
src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -9,7 +9,6 @@
        <result column="product_id" property="productId" />
        <result column="model" property="model" />
        <result column="unit" property="unit" />
        <result column="speculative_trading_name" property="speculativeTradingName" />
        <result column="tenant_id" property="tenantId" />
        <result column="product_name" property="productName" />
        <result column="product_id" property="productId" />
@@ -131,5 +130,7 @@
            product on product_model.product_id = product.id
        where product_model.model = #{model}
        and product.product_name = #{productName}
        order by product_model.id desc
            LIMIT 1
    </select>
</mapper>