소스 검색

日志删除

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

+ 0 - 3
jyBXSubscribe/rpc/model/service/subscribe.go

@@ -56,10 +56,7 @@ func (this *SubseribeService) Update() (int64, error) {
 		status = "i_member_status"
 		fields = `{"i_member_status":1,"o_member_jy":1}`
 	}
-
 	//查询用户信息
-	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("未找到用户")