mybatis常见错误解决方案
there is no getter for 。。。。。。。。。
sql foreach: collections里边值要么是list要么对应mapper接口的@Param参数,LIst<String>类型参数,foreach里面直接写item
invalid bound statement(not found);找不到xml文件
posted on 2021-09-28 19:14 哥撸的不是代码是刚子 阅读(48) 评论(0) 编辑 收藏 举报
there is no getter for 。。。。。。。。。
sql foreach: collections里边值要么是list要么对应mapper接口的@Param参数,LIst<String>类型参数,foreach里面直接写item
invalid bound statement(not found);找不到xml文件
posted on 2021-09-28 19:14 哥撸的不是代码是刚子 阅读(48) 评论(0) 编辑 收藏 举报