Преглед изворни кода

选择全国 调整 日志

wangshan пре 3 година
родитељ
комит
78c501d63c
1 измењених фајлова са 0 додато и 1 уклоњено
  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