huangjiajun před 1 rokem
rodič
revize
89ea2436c0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      app/task/svc/svc_playlet_adv_order.go

+ 2
- 2
app/task/svc/svc_playlet_adv_order.go Zobrazit soubor

@@ -96,7 +96,7 @@ func PlayletAdvOrderYesterday(hours int, runtimeStr string) {
timeRange := utils.GetTimeRange("today")
hour := time.Now().Hour()
if hour < hours {
//return
return
}
syscfgDb := db.MasterListCfgDb{}
syscfgDb.Set()
@@ -108,7 +108,7 @@ func PlayletAdvOrderYesterday(hours int, runtimeStr string) {
return
}
var (
beginTime int64 = timeRange["start"] - 86400*10
beginTime int64 = timeRange["start"] - 86400
endTime int64 = timeRange["start"]
pageNo int = 1
pageSize int = 200


Načítá se…
Zrušit
Uložit