|
|
@@ -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 ( |
|
|
|