Browse Source

wip:提交

wkyuer 1 week ago
parent
commit
0d5dcf40c1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/jfw/modules/publicapply/src/subscribePush/entity/guide.go

+ 2 - 0
src/jfw/modules/publicapply/src/subscribePush/entity/guide.go

@@ -3,6 +3,7 @@ package entity
 import (
 import (
 	"github.com/gogf/gf/v2/util/gconv"
 	"github.com/gogf/gf/v2/util/gconv"
 	"jy/src/jfw/modules/publicapply/src/config"
 	"jy/src/jfw/modules/publicapply/src/config"
+	"log"
 )
 )
 
 
 // FreeIsInTsGuide 2有向导 1跳过向导
 // FreeIsInTsGuide 2有向导 1跳过向导
@@ -11,6 +12,7 @@ func FreeIsInTsGuide(userid string) int {
 	if data == nil || len(*data) == 0 {
 	if data == nil || len(*data) == 0 {
 		return 0
 		return 0
 	}
 	}
+	log.Printf("FreeIsInTsGuide %v %+v", userid, data)
 	var (
 	var (
 		o_jy       = gconv.Map((*data)["o_jy"])
 		o_jy       = gconv.Map((*data)["o_jy"])
 		i_ts_guide = gconv.Int64((*data)["i_ts_guide"])
 		i_ts_guide = gconv.Int64((*data)["i_ts_guide"])