liyong
昨天 b9d7eb36481c3ac327f85a38dab1cbee1163be40
src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -28,6 +28,11 @@
        </where>
        order by  pm.id
    </select>
    <select id="selectLatestRecord" resultType="com.ruoyi.basic.pojo.ProductModel">
            SELECT * FROM product_model
            ORDER BY create_time DESC, id DESC
            LIMIT 1
    </select>
</mapper>