dev_jupyter
daiao 5 years ago
parent 9857ad869c
commit a259a46256

@ -117,7 +117,7 @@ namespace :subjects do
task user_info_statistic: :environment do
puts("---------------------user_info_statistic_begin")
Rails.logger.info("---------------------user_info_statistic_begin")
subjects = Subject.where(status: 2, id: 211)
subjects = Subject.where(status: 2)
str = ""
buffer_size = 0
column_value = "user_id, subject_id, username, passed_myshixun_count, passed_games_count, " +

Loading…
Cancel
Save