Ver código fonte

Merge branch 'cygx_3.2' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 ano atrás
pai
commit
a4455c8c78
1 arquivos alterados com 9 adições e 7 exclusões
  1. 9 7
      controllers/activity_sign.go

+ 9 - 7
controllers/activity_sign.go

@@ -291,13 +291,15 @@ func (this *ActivitySignCoAntroller) ByHand() {
 			item.BusinessCard = BusinessCard
 		}
 	} else {
-		if CompanyName == "" {
-			br.Msg = "请输入公司名称"
-			return
-		}
-		if RealName == "" {
-			br.Msg = "请输入姓名"
-			return
+		if signinType == 1 {
+			if CompanyName == "" {
+				br.Msg = "请输入公司名称"
+				return
+			}
+			if RealName == "" {
+				br.Msg = "请输入姓名"
+				return
+			}
 		}
 	}
 	item.ActivityId = activityId