@@ -50,7 +50,7 @@ func (this *PushSetService) Update(item, setType, pushType string, ratemode, pus
}
update := false
- if this.PositionType == 0 {
+ if this.PositionType == 0 || setType == "message" {
update = IC.Mgo.UpdateById(util.USER, this.UserId, map[string]interface{}{
"$set": set,
})