update
This commit is contained in:
parent
5691ecc4ca
commit
17313a234f
@ -47,7 +47,7 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.IntegralGetListR
|
||||
list.Etime = 0
|
||||
for _, v := range szConf {
|
||||
//if curTime >= int64(v.Openday)+openTime && curTime <= int64(v.Endday)+openTime { // 暂时不校验天数
|
||||
list.Hid = v.Endday
|
||||
list.Hid = v.Hdid
|
||||
list.Etime = int64(v.Endday) + curTime
|
||||
break
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user