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