管理员:已发布的实训列表的excel导出,导出的链接错误

dev_aliyun
cxt 5 years ago
parent 58a81ccd23
commit 65e31445e1

@ -4206,7 +4206,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, 8] = Setting.server_url + shixun_path(shixun) sheet1[count_row, 8] = Setting.server_url + shixun_path(shixun).sub("/", "")
count_row += 1 count_row += 1
end end
book.write xls_report book.write xls_report

Loading…
Cancel
Save