${ew.customSqlSegment} 一直報錯
換成
<where>
${ew.sqlSegment}
</where>
后
org.apache.ibatis.binding.BindingException:?Invalid?bound?statement?(not?found):?com.mao.project.dao.ResourceMapper.listResource換成
<where>
${ew.sqlSegment}
</where>
后
org.apache.ibatis.binding.BindingException:?Invalid?bound?statement?(not?found):?com.mao.project.dao.ResourceMapper.listResource舉報
2022-03-12
把Mapper.xml文件目錄和上面Mapper文件目錄一一對應就好了