This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_condition_statistics
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
12
Wiki
Activity
Browse Source
更新
master
huangjiajun
10 months ago
parent
32eb14d193
commit
97043af747
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hdl/hdl_upgrade.go
+ 1
- 0
hdl/hdl_upgrade.go
View File
@@ -137,6 +137,7 @@ func CommUplv(blockStarChain string, eg *xorm.Engine, dbName string, user *model
if _, err := db.UserUpdate(eg, user.Uid, user, "level,level_expire_at,level_arrive_at,first_arrive_at"); err != nil {
if _, err := db.UserUpdate(eg, user.Uid, user, "level,level_expire_at,level_arrive_at,first_arrive_at"); err != nil {
return false, 0
return false, 0
}
}
eg.Where("uid=?", user.Uid).Cols("date").Update(&model.OneCirclesUserLvTime{Date: time.Now()})
AutoAudit = 1
AutoAudit = 1
}
}
}
}
Write
Preview
Loading…
Cancel
Save