请问这句mybatis问题出在哪里
<selectid="selectScheduleCount"resultType="int"parameterType="int">selectcount(server...
<select id="selectScheduleCount" resultType="int" parameterType="int">
select count(serverid) from schedule
<where>
<if test="accountID != 1">
accountid = #{accountID,jdbcType=INTEGER}
</if>
</where>
</select>
<if test="accountID != 1">这样写不对吗 展开
select count(serverid) from schedule
<where>
<if test="accountID != 1">
accountid = #{accountID,jdbcType=INTEGER}
</if>
</where>
</select>
<if test="accountID != 1">这样写不对吗 展开
2个回答
展开全部
<if test="accountID != 1">这个没问题
下面的写法有问题吧,parameterType="int"这边已经说了参数类型了
accountid = #{accountID,jdbcType=INTEGER}这种用法没见过
直接写accountid = #{accountID}
下面的写法有问题吧,parameterType="int"这边已经说了参数类型了
accountid = #{accountID,jdbcType=INTEGER}这种用法没见过
直接写accountid = #{accountID}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询