Mybatis 分页问题 parameterType="java.util.Map" 10

<selectid="selectUserByPage"resultMap="BaseResultMap"parameterType="java.util.Map">se... <select id="selectUserByPage" resultMap="BaseResultMap" parameterType="java.util.Map">
select <include refid="Base_Column_List" />
from sys_user limit #{startCount},#{endCount}
</select>
<resultMap id="BaseResultMap" type="com.sky.yipin.entity.SysUser">
<id column="id" property="id" jdbcType="INTEGER" />
<result column="username" property="username" jdbcType="VARCHAR" />
<result column="phone" property="phone" jdbcType="VARCHAR" />
<result column="email" property="email" jdbcType="VARCHAR" />
<result column="password" property="password" jdbcType="VARCHAR" />
<result column="user_type" property="userType" jdbcType="VARCHAR" />
</resultMap>
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'null,null' at line 3
展开
 我来答
miaoch
2016-07-21 · TA获得超过1204个赞
知道小有建树答主
回答量:814
采纳率:83%
帮助的人:341万
展开全部
你的startCount 和 endCount没有传进来 所以显示null null 所以这条sql语句执行报错
追问
谢谢,我解决了,是传进去的类型错了
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式