insert into address(id,userId,name,phone,address,createTime) values(null,#{userId},#{name},#{phone},#{address},#{createTime}) update address set name = #{name},phone = #{phone},address = #{address} where id = #{id} and userId = #{userId} delete from address where id in(${value})