java 传入多个参数时报"Parameter 'XXX' not found. Available parameters are [arg1, ar

2020-12-13 01:53

阅读:599

标签:span   from   pos   bsp   order by   list   not   ble   des   

    @Select("SELECT id FROM ae_post ORDER BY id DESC  LIMIT #{page},#{size}")
    List getAllForPage(@Param("page") int page, @Param("size")int size);

 

dao层写入,解决方法如上

注:多参数需要添加 @Param("参数名") int 参数名

 

java 传入多个参数时报"Parameter 'XXX' not found. Available parameters are [arg1, arg0, param1,..." 解决方案

标签:span   from   pos   bsp   order by   list   not   ble   des   

原文地址:https://www.cnblogs.com/todarcy/p/11016640.html


评论


亲,登录后才可以留言!