소스 검색

Merge branch 'cygx_9.3.1_0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 년 전
부모
커밋
8705524802
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      controllers/activity.go

+ 2 - 1
controllers/activity.go

@@ -859,6 +859,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 		resp.HasPermission = hasPermission
 		resp.SellerName = sellerName
 		resp.SellerMobile = sellerMobile
+
 	}
 
 	if signupType == 1 && user.IsMsgOutboundMobile == 0 {
@@ -894,7 +895,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
 	}
 	resp.SignupType = signupType
 	resp.SignupStatus = signupStatus
-	resp.HasPermission = hasPermission
+	//resp.HasPermission = hasPermission
 	//if signupStatus == "Success" {
 	resp.ActivityId = activityId
 	//}