@@ -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 {