4 天以前 f350465db70d6f9db9494483ee0cec7793a9007b
src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -130,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>