This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: update file name
master
shenjiachi
1 day ago
parent
a3fe663a5a
commit
32b2db1cd6
4 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
app/hdl/member_center/hdl_level_management.go
+0
-0
app/hdl/member_center/hdl_tag_management.go
+0
-0
app/svc/member_center/svc_tag_management.go
+1
-0
app/task/svc/svc_egg_energy_automatic_scoring.go
app/hdl/member_center/hdl_level__management.go → app/hdl/member_center/hdl_level_management.go
View File
app/hdl/member_center/hdl_tag__management.go → app/hdl/member_center/hdl_tag_management.go
View File
app/svc/member_center/svc_tag__management.go → app/svc/member_center/svc_tag_management.go
View File
+ 1
- 0
app/task/svc/svc_egg_energy_automatic_scoring.go
View File
@@ -35,6 +35,7 @@ func EggEnergyAutomaticScoring(engine *xorm.Engine) {
return
}
cache.SetEx(EggEnergyAutomaticScoringLockKey, "running", 3600*6) // 6小时
defer cache.Del(EggEnergyAutomaticScoringLockKey)
now := time.Now()
fmt.Println(now.Hour())
Write
Preview
Loading…
Cancel
Save