摘要: 方法一: 当以下面的方式进行写SQL语句时: @Select("select column from table where userid = #{userid} ") public int selectColumn(int userid); 方法二: 当你使用了使用@Param注解来声明参数时,如 阅读全文
posted @ 2021-09-12 16:06 凯宾斯基 阅读(1167) 评论(0) 推荐(0)