dev_partners
daiao 6 years ago
commit 27b59fa3cc

@ -4119,7 +4119,7 @@ end
sheet1[count_row, 5] = show_shixun_mirror(shixun) sheet1[count_row, 5] = show_shixun_mirror(shixun)
sheet1[count_row, 6] = shixun.fork_identifier sheet1[count_row, 6] = shixun.fork_identifier
sheet1[count_row, 7] = shixun.challenges.count sheet1[count_row, 7] = shixun.challenges.count
sheet1[count_row, 7] = Setting.server_url + shixun_path(shixun) sheet1[count_row, 8] = Setting.server_url + shixun_path(shixun)
count_row += 1 count_row += 1
end end
book.write xls_report book.write xls_report

Loading…
Cancel
Save