Эх сурвалжийг харах

保存push,修改时间float64断言

renzheng 9 жил өмнө
parent
commit
a56a37b6a4

+ 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
 				}