${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举报