zhangchuanxing 1 lună în urmă
părinte
comite
5b8411c83c
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      services/rs/calendar.go

+ 3 - 0
services/rs/calendar.go

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