摘要: 1、单个参数 public Emp getEmp(Integer id); 取值:id==>#{id} select * from tbl_employee where id = #{id} 2、多个参数 (1).public Emp getEmp(Integer id,String lastNam 阅读全文