最近搜索

MybatisPlus mybatis plus 注解sql语句的用法 。

浏览:94
管理员 2025-03-04 09:42



@select 


public interface GoodsMapper extends BaseMapper<Goods> {
    @Select("SELECT * FROM t_goods ORDER BY RAND() LIMIT #{n}")
    List<Goods> selectRandomList(@Param("n") int n);
}






联系站长

站长微信:xiaomao0055

站长QQ:14496453