mybatis03 3.1使用Map传参使用Map传参更为灵活!StudentMapper.javapackage com.yh.mapper;import com.yh.pojo.Student;import org.apache.ibatis.annotations.Param;import java.util.List;import java.util.Map;public interface StudentMapper { //使用map传参修改学生表数据 public