Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
680f845938
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user