Browse Source

test

master
huangjiajun 1 year ago
parent
commit
a836f1ca1b
2 changed files with 8 additions and 0 deletions
  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 View File

@@ -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 View File

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


Loading…
Cancel
Save