This commit is contained in:
parent
aedf2cd2a7
commit
6997b6d382
|
@ -77,7 +77,7 @@ func ImportStreamerIntoEs() {
|
|||
for _, streamer := range streamers {
|
||||
zone, ok := zoneMp[streamer.GetMid()]
|
||||
lastZoneMomentCreateDay := int64(0)
|
||||
zoneadmissionprice := int64(-1)
|
||||
zoneadmissionprice := int64(-999999)
|
||||
if ok && zone.GetLastZoneMomentCt() != 0 {
|
||||
lastZoneMomentCreateDay = util.GetDayStartTimeStamp(time.Unix(zone.GetLastZoneMomentCt(), 0))
|
||||
zoneVas, ok1 := zoneVasMp[zone.GetId()]
|
||||
|
|
Loading…
Reference in New Issue