|
@@ -2,6 +2,7 @@ package entity
|
|
|
|
|
|
import (
|
|
|
"fmt"
|
|
|
+ "github.com/gogf/gf/v2/frame/g"
|
|
|
"github.com/gogf/gf/v2/util/gconv"
|
|
|
"jy/src/jfw/modules/publicapply/src/activityday/consts"
|
|
|
"jy/src/jfw/modules/publicapply/src/config"
|
|
@@ -266,6 +267,7 @@ func AddKeyWordsFree(types, userId, classIndex, className, keywordsIndex, keywor
|
|
|
ok = config.Compatible.Update(userId, map[string]interface{}{
|
|
|
"$set": saveData,
|
|
|
})
|
|
|
+ g.Dump("1----", userId, saveData)
|
|
|
|
|
|
if ok {
|
|
|
flag = true
|