liyong
10 天以前 64b09d98dfe24903f856d21dff218aebd5755611
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>