请教Mybatis中如何在程序中获取Mapper中定义的SQL语句
展开全部
<mapper namespace="AccountMapper">
<update id="updateLoginTime" parameterType="int">
<![CDATA[
update sys_account set login_date = now(), updatedate = now() where id = #{accountId}
]]>
</update>
</mapper>
举例如上面的xml定义的Mapper,在代码中可以通过AccountMapper.updateLoginTime获取到update sys_account set login_date = now(), updatedate = now() where id = #{accountId}这行sql
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询