循环塔数据更新

This commit is contained in:
meixiongfeng 2024-02-06 13:41:49 +08:00
parent d01f1e7eee
commit c6d17a2024

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)