Ver Fonte

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

xingzai há 2 anos atrás
pai
commit
91e47d2663
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {