When I run this query...
当我运行此查询时...
OnlineCourseRegistration.where("exam_completed_at.strftime('%m/%d/%Y').to_date + 360 = ?", Date.today)
OnlineWhen I run this query...
当我运行此查询时...
OnlineCourseRegistration.where("exam_completed_at.strftime('%m/%d/%Y').to_date + 360 = ?", Date.today)
Online