Browse Source

选择全国 调整 日志

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

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

@@ -100,7 +100,6 @@ func FreeSubChange(userId string, area *map[string]interface{}, industry []strin
 			"o_jy.i_newfree": 1,    //老免费用户=>新订阅设置页面 20211122
 		}}
 	}
-	log.Println(setMap, "------")
 	updateOk := db.Mgo.UpdateById("user", userId, setMap)
 	if !updateOk {
 		return false