问答详情
源自:5-7 动态渲染资源列表(2)

${ew.customSqlSegment} 一直报错

换成
<where>
${ew.sqlSegment}
</where>
后
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.mao.project.dao.ResourceMapper.listResource


提问者:慕沐2216820 2022-03-12 20:14

个回答

  • 慕沐2216820
    2022-03-12 20:35:40

    把Mapper.xml文件目录和上面Mapper文件目录一一对应就好了