|
@@ -1272,7 +1272,7 @@ func ZmUserEquityRecovery(userTable string) {
|
|
|
if i_zhima_endtime <= now.Unix() {
|
|
|
util.MQFW.UpdateById(userTable, BsonIdToSId(m["_id"]), map[string]interface{}{
|
|
|
"$set": map[string]interface{}{
|
|
|
- "i_member_status": -i_zhima_status,
|
|
|
+ "i_zhima_status": -i_zhima_status,
|
|
|
},
|
|
|
})
|
|
|
}
|