瀏覽代碼

test

master
huangjiajun 1 年之前
父節點
當前提交
a836f1ca1b
共有 2 個檔案被更改,包括 8 行新增0 行删除
  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 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存