@@ -409,7 +409,7 @@ func getNewForecast(userId string, pageNum int, o_member_jy map[string]interface
v["results"] = rsArrRes
v["id"] = qutil.ObjToString(v["_id"])
v["yucetime"] = qutil.Int64All(v["yucetime"].(float64))
- v["yuceendtime"] = qutil.Int64All(v["yuceendtime"].(float64))
+ v["yuceendtime"] = qutil.Int64All(v["yuceendtime"])
}
d.Clear()