This commit is contained in:
meixiongfeng 2023-12-25 18:47:32 +08:00
parent 5691ecc4ca
commit 17313a234f

View File

@ -47,7 +47,7 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.IntegralGetListR
list.Etime = 0 list.Etime = 0
for _, v := range szConf { for _, v := range szConf {
//if curTime >= int64(v.Openday)+openTime && curTime <= int64(v.Endday)+openTime { // 暂时不校验天数 //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 list.Etime = int64(v.Endday) + curTime
break break
//} //}