Browse Source

日志添加

WH01243 8 tháng trước cách đây
mục cha
commit
4ac506411e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jyBXSubscribe/rpc/model/service/subscribe.go

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

@@ -58,7 +58,7 @@ func (this *SubseribeService) Update() (int64, error) {
 	}
 
 	//查询用户信息
-	fmt.Println(1111111111111111111111)
+	fmt.Println("1111111111111111111111")
 	fmt.Println(this.UserId, fields, this.UserType)
 	r := IC.Compatible.Select(this.UserId, fields)
 	if r == nil || len(*r) == 0 {