Browse Source

Merge branch '15.2' into debug

Roc 1 year ago
parent
commit
b3eac0917c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      controllers/company_service_record.go

+ 4 - 4
controllers/company_service_record.go

@@ -110,10 +110,10 @@ func (this *CompanyServiceRecordController) ServiceRecordAdd() {
 		br.Msg = "请输入沟通描述"
 		return
 	}
-	if len([]rune(req.Content)) > 100 {
-		br.Msg = "沟通描述不可超过100个字符"
-		return
-	}
+	//if len([]rune(req.Content)) > 100 {
+	//	br.Msg = "沟通描述不可超过100个字符"
+	//	return
+	//}
 
 	// 默认中文客户
 	if req.CompanyType == 0 {