wkyuer 3 недель назад
Родитель
Сommit
bff2787672
1 измененных файлов с 1 добавлено и 1 удалено
  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