huangjiajun hace 1 año
padre
commit
a836f1ca1b
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. +4
    -0
      app/task/svc/svc_playlet_adv_order.go
  2. +4
    -0
      app/task/svc/svc_playlet_video_order.go

+ 4
- 0
app/task/svc/svc_playlet_adv_order.go Ver fichero

@@ -146,6 +146,10 @@ func PlayletAdvOrderMonth() {
if day < 5 {
return
}
hour := time.Now().Hour()
if hour < 3 {
return
}
syscfgDb := db.MasterListCfgDb{}
syscfgDb.Set()
//上次开始的时间


+ 4
- 0
app/task/svc/svc_playlet_video_order.go Ver fichero

@@ -139,6 +139,10 @@ func PlayletVideoOrderMonth() {
if day < 5 {
return
}
hour := time.Now().Hour()
if hour < 3 {
return
}
syscfgDb := db.MasterListCfgDb{}
syscfgDb.Set()
//上次开始的时间


Cargando…
Cancelar
Guardar