wangshan 3 years ago
parent
commit
d53cdf0d8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/jfw/modules/publicapply/src/subscribePush/entity/setting.go

+ 2 - 1
src/jfw/modules/publicapply/src/subscribePush/entity/setting.go

@@ -73,7 +73,8 @@ func FreeSubChange(userId string, area *map[string]interface{}, industry []strin
 	}}
 	if ppb {
 		setMap = map[string]interface{}{"$set": map[string]interface{}{
-			"o_jy.o_area_p": area, //设置地区
+			"o_jy.o_area_p":  area, //设置地区
+			"o_jy.i_newfree": 1,    //老免费用户=>新订阅设置页面 20211122
 		}}
 	}
 	updateOk := db.Mgo.UpdateById("user", userId, setMap)