user.xml
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
delete from cmpp_user
where id=#{id}
insert into cmpp_user
(username,password,email,dept,telphone)values(#{username},#{password},#{email},#{dept},#{telphone})
mybatisConfig.xml
"http://mybatis.org/dtd/mybatis-3-config.dtd">