Loading

摘要: 1.当入参为 string类型时 (包括java.lang.String.) 我们使用#{xxx}引入参数.会抛异常There is no getter for property named 'XXX' in 'class java.lang.String' <select id="getBooki 阅读全文
posted @ 2020-04-22 22:11 ixfcao 阅读(315) 评论(0) 推荐(0)
摘要: spring boot中mybatis使用注解进行模糊查询@Select("select * from dept where dname like CONCAT('%',#{dname},'%') ")public List<Dept> getDeptByLikeDname(@Param(value 阅读全文
posted @ 2020-04-22 21:58 ixfcao 阅读(1122) 评论(0) 推荐(0)