Browse Source

no message

zhangchuanxing 3 weeks ago
parent
commit
e24519b9f3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/roadshow/calendar.go

+ 3 - 0
services/roadshow/calendar.go

@@ -1153,6 +1153,9 @@ func CheckAddRoadShowCompanyPoint(companyId int, researcherList []*roadshow.Cale
 		points = len(researcherList)
 		if isHaveWangFang {
 			points--
+			if points == 0 {
+				addType = 2
+			}
 		}
 	} else {
 		addType = 2