Browse Source

wip:提交

wkyuer 3 weeks ago
parent
commit
281195caef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/jfw/modules/publicapply/src/subscribePush/entity/setting.go

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

@@ -128,6 +128,7 @@ func FreeSubChange(userId string, area, district *map[string]interface{}, indust
 		setMap["i_ts_guide"] = 1
 	}
 	g.Dump(userId, setMap)
+	fmt.Sprintf("%s -%+v", userId, setMap)
 	updateOk := config.Compatible.Update(userId, setMap)
 	if !updateOk {
 		return false