|
@@ -261,7 +261,7 @@ L1:
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (*tmp)["comeintime"] != nil {
|
|
if (*tmp)["comeintime"] != nil {
|
|
- ttmp := (*tmp)["comeintime"].(int64)
|
|
|
|
|
|
+ ttmp := util.Int64All((*tmp)["comeintime"])
|
|
if ttmp > returnLastTimeLong {
|
|
if ttmp > returnLastTimeLong {
|
|
returnLastTimeLong = ttmp
|
|
returnLastTimeLong = ttmp
|
|
}
|
|
}
|