This commit is contained in:
liwei1dao 2024-02-06 15:02:40 +08:00
commit 680f845938

View File

@ -35,7 +35,7 @@ func (this *apiComp) GetCycle(session comm.IUserSession, req *pb.PagodaGetCycleR
if list.Etime < configure.Now().Unix() {
data := this.module.modelCyclePagoda.getCycelData()
list.Etime = data.Etime
update["rtime"] = list.Etime
update["etime"] = list.Etime
list.Itype = data.Itype
update["itype"] = list.Itype
list.Data = make(map[int32]*pb.CycleData)