wkyuer 1 settimana fa
parent
commit
c674ed873a

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

@@ -266,7 +266,7 @@ func AddKeyWordsFree(types, userId, classIndex, className, keywordsIndex, keywor
 		ok = config.Compatible.Update(userId, map[string]interface{}{
 			"$set": saveData,
 		})
-
+		fmt.Println(userId, gconv.String(saveData))
 		if ok {
 			flag = true
 			//清楚缓存

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

@@ -129,7 +129,7 @@ func FreeSubChange(userId string, area, district *map[string]interface{}, indust
 	updateOk := config.Compatible.Update(userId, map[string]interface{}{
 		"$set": setMap,
 	})
-
+	fmt.Println(userId, gconv.String(setMap))
 	if !updateOk {
 		return false
 	}