Browse Source

导入gitee issue,已执行页码参数

pull/330/head
xxq250 3 years ago
parent
commit
2a660b8b75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/tasks/batch_add_issues.rake

+ 1
- 1
lib/tasks/batch_add_issues.rake View File

@@ -7,7 +7,7 @@ namespace :batch_add_issues do
project = Project.find project_id
count = 0
if ENV['count'].present?
count = ENV['count']
count = ENV['count'].to_i
end

total_count = 2066 + 499 + 16675 + 451


Loading…
Cancel
Save