소스 검색

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

王浩 8 달 전
부모
커밋
8469fcac69
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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("未找到用户")