Browse Source

wip:提交

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

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

@@ -128,7 +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)
+	fmt.Printf("%s -%+v", userId, setMap)
 	updateOk := config.Compatible.Update(userId, setMap)
 	if !updateOk {
 		return false