Browse Source

Merge branch 'cygx_10.4' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
91e47d2663
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity_sign.go

+ 1 - 1
controllers/activity_sign.go

@@ -122,7 +122,7 @@ func (this *ActivitySignCoAntroller) Detail() {
 	//把报名信息写入签到到会表
 	go services.AddCygxActivityOfflineMeetingDetail(activityId)
 
-	if user.Mobile != "" {
+	if user.Mobile != "" || total > 0 {
 		resp.IsBindingMobile = true
 	}
 	if user.CompanyId == 1 {