소스 검색

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 (


불러오는 중...
취소
저장