MyBatis-plus自带的增删改不可用

当我使用mybatis-plus封装好的save方法,但是报错了,org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.jyp.mapper.MenuSortMapper.insert
当我自己在xml写sql语句可以正常使用,请问您知道怎么回事嘛?