|
@@ -84,7 +84,7 @@ func checkIsExpire() {
|
|
"$in": []int{1, 2},
|
|
"$in": []int{1, 2},
|
|
},
|
|
},
|
|
"l_vip_endtime": map[string]interface{}{
|
|
"l_vip_endtime": map[string]interface{}{
|
|
- "$lt": now_unix + threeday,
|
|
|
|
|
|
+ "$lte": now_unix + threeday,
|
|
},
|
|
},
|
|
}).Select(map[string]interface{}{"i_vip_status": 1, "l_vip_endtime": 1, "i_vip_expire_tip": 1}).Iter()
|
|
}).Select(map[string]interface{}{"i_vip_status": 1, "l_vip_endtime": 1, "i_vip_expire_tip": 1}).Iter()
|
|
for m := make(map[string]interface{}); it.Next(&m); {
|
|
for m := make(map[string]interface{}); it.Next(&m); {
|