소스 검색

部门员工订阅预览修改

WH01243 8 달 전
부모
커밋
e9accadbf2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      jyBXSubscribe/rpc/model/service/subscribe.go

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

@@ -58,7 +58,8 @@ func (this *SubseribeService) Update() (int64, error) {
 	}
 
 	//查询用户信息
-	fmt.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("未找到用户")