insert into agent (channelId,name,mobile) values (#{channelId,jdbcType=INTEGER},#{name,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR} ) update agent name=#{name}, mobile=#{mobile}, where id = #{id} update agent set state=0 where id=#{id}