码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2019-06-13 15:48:04      阅读:2362      评论:0      收藏:0      [点我收藏+]

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

    @Select("SELECT id FROM ae_post ORDER BY id DESC  LIMIT #{page},#{size}")
    List<Post> 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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!