摘要: 1,使用@Param注解 当以下面的方式进行写SQL语句时: @Select("select column from table where userid = #{userid} ") public int selectColumn(int userid); 当你使用了使用@Param注解来声明参数 阅读全文
posted @ 2018-11-06 16:29 X凯 阅读(301) 评论(0) 推荐(0)