Pārlūkot izejas kodu

Merge branch 'dev_v1.1.62.1_wh' of BaseService/jyMicroservices into hotfix/v1.1.62.1

王浩 8 mēneši atpakaļ
vecāks
revīzija
8469fcac69
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      jyBXSubscribe/rpc/model/service/subscribe.go

+ 2 - 2
jyBXSubscribe/rpc/model/service/subscribe.go

@@ -11,7 +11,6 @@ import (
 	"fmt"
 	"github.com/gogf/gf/v2/util/gconv"
 	"github.com/zeromicro/go-zero/core/logx"
-	"log"
 	"strconv"
 	"strings"
 	"time"
@@ -59,7 +58,8 @@ func (this *SubseribeService) Update() (int64, error) {
 	}
 
 	//查询用户信息
-	log.Println(this.UserId, fields)
+	fmt.Println(1111111111111111111111)
+	fmt.Println(this.UserId, fields, this.UserType)
 	r := IC.Compatible.Select(this.UserId, fields)
 	if r == nil || len(*r) == 0 {
 		logx.Error("未找到用户")