liyong
19 小时以前 4055787f3331bd59f958464c2c96b862fbc7a63c
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>