This commit is contained in:
meixiongfeng 2023-07-27 11:23:56 +08:00
parent f939e7ff7f
commit dd06dbf02b

View File

@ -61,7 +61,7 @@ func (this *MStonehenge) GetStonehengeData(uid string) *pb.DBStonehenge {
stone.Addweight = make(map[int32]int32, 0)
stone.Etime = utils.WeekIntervalTime(0)
this.Add(uid, stone)
return nil
}
return stone
}