From 6312d48e96a7189bbe66c7632a060fd057c9a40a Mon Sep 17 00:00:00 2001 From: bohung Date: Sat, 28 May 2022 17:45:37 +0800 Subject: [PATCH] Fix bug. --- app/controllers/admin/e_paper_subscribers_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/admin/e_paper_subscribers_controller.rb b/app/controllers/admin/e_paper_subscribers_controller.rb index 17fd138..d2a2eeb 100644 --- a/app/controllers/admin/e_paper_subscribers_controller.rb +++ b/app/controllers/admin/e_paper_subscribers_controller.rb @@ -161,7 +161,6 @@ class Admin::EPaperSubscribersController < OrbitAdminController finish_percent = 100 thread.update(:status=>{:status=>'finish','all_count'=>all_count,'current_count'=>current_count,'finish_percent'=>finish_percent}) end - thread.update(:status=>{:status=>'finish'}) else thread.update(:status=>{:status=>'finish'}) end