update applet_requester set is_del=1 where id=#{id} delete from applet_requester where id=#{id} update applet_requester id = #{id}, url = #{url}, param_map = #{param_map}, request_type = #{request_type}, type_description = #{type_description}, create_time = #{create_time}::timestamp, is_del = #{is_del}, update_time = current_timestamp, where id = #{id}