Parameter 'limit' not found. Available parameters are [arg1, arg0, pa

mybatis代码报错,这是因为mapper识别不了limit,需要替换成

LIMIT #{arg0},#{arg1}

 

posted @ 2018-09-09 23:27  测试5454  阅读(1033)  评论(0编辑  收藏  举报