a 311 B

123
  1. Binary file ./gd_crontab.exe matches
  2. ./impl/crontab/log_hour_task.go: hourDb.Raw("delete from t_gd_provider_report_hour where hour=?", newReport[0].Hour).Exec()
  3. ./impl/crontab/log_hour_task.go: if hourDb.QueryTable("t_gd_provider_report_hour").Filter("hour", hour).Exist() == false || (end-hour <= 2*3600) {