@@ -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
//清楚缓存
@@ -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
}