#41509 需求 【梦工场系统】 <-策划-> 【数值】半个小时后应该是回复到160 目前未回复

This commit is contained in:
meixiongfeng 2023-12-19 17:54:16 +08:00
parent 69ff573f16
commit ddda51aece
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ func (this *modelComp) getEntertainmList(uid string) (result *pb.DBXXLData, err
Reward: map[int32]int32{},
Card: map[string]int32{},
Skill: map[int32]int32{},
}
if db.IsCross() {
if tag, _, b := utils.UIdSplit(uid); b {

View File

@ -1088,7 +1088,7 @@ func (this *User) recoverUserPs(user *pb.DBUser) (change bool, total int32, next
return
}
total = pconf.PsCeiling
cur := time.Now().Unix()
cur := configure.Now().Unix()
if user.LastRecoverPsSec == 0 {
user.LastRecoverPsSec = cur
change = true