update applet_service_config set is_del=1 where id=#{id}
delete from applet_service_config where id=#{id}
update applet_service_config
id = #{id},
config_name = #{config_name},
config_code = #{config_code},
config_content = #{config_content},
create_time = #{create_time}::timestamp,
is_del = #{is_del},
update_time = current_timestamp
where id = #{id}