mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 14:59:51 +08:00
导入gitee issue,已执行页码参数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user