瀏覽代碼

test

master
huangjiajun 1 年之前
父節點
當前提交
a86d21e54b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      app/task/svc/svc_playlet_adv_order.go

+ 4
- 1
app/task/svc/svc_playlet_adv_order.go 查看文件

@@ -101,7 +101,10 @@ func PlayletAdvOrderYesterday(hours int, runtimeStr string) {
syscfgDb := db.MasterListCfgDb{}
syscfgDb.Set()
playletVideoOrderYesterdayRuntime := syscfgDb.MasterListCfgGetOneData(uid, runtimeStr)
if utils.TimeStdParseUnix(playletVideoOrderYesterdayRuntime) > timeRange["start"] {
t := time.Now()
stime := time.Date(t.Year(), t.Month(), t.Day(), hours, 0, 0, 0, t.Location())

if utils.TimeStdParseUnix(playletVideoOrderYesterdayRuntime) > stime.Unix() {
return
}
var (


Loading…
取消
儲存