导入分班的调整

dev_forum
cxt 5 years ago
parent 9bc8453ba3
commit bf5489ca5b

@ -799,6 +799,8 @@ class CoursesController < ApplicationController
uid_logger_error(e.message)
normal_status(-1, "无法完成导入,原因:文件内容无法读取")
end
else
normal_status(-1, "只支持xls文件的导入")
end
end
end

Loading…
Cancel
Save