zss
2026-01-20 0629abbc318d5f78d2e91b45e4526d35a4ed8115
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>