Browse Source

no message

zhangchuanxing 1 tháng trước cách đây
mục cha
commit
5b8411c83c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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)
 		if isHaveWangFang {
 			points--
+			if points == 0 {
+				addType = 2
+			}
 		}
 	} else {
 		addType = 2