Przeglądaj źródła

保存push,修改时间float64断言

renzheng 9 lat temu
rodzic
commit
a56a37b6a4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      push/src/qfw/push/dopush/dopush.go

+ 1 - 1
push/src/qfw/push/dopush/dopush.go

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