@@ -271,6 +271,9 @@ func getDataByAppid(appid string, i_day, next, i_all int, limittodaykey string,
}
delete(v, "_id")
delete(v, "bget")
+ if util.Int64All(v["bidopentime"]) == 0 {
+ delete(v, "bidopentime")
+ }
if len(*data) == QUERY_LIMIT && !blastid {
i_next = i_next + QUERY_LIMIT