This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
zhimeng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
test
master
huangjiajun
1 year ago
parent
7f9c2dec1b
commit
a836f1ca1b
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/task/svc/svc_playlet_adv_order.go
+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()
//上次开始的时间
Write
Preview
Loading…
Cancel
Save