浏览代码

no message

zhangchuanxing 3 周之前
父节点
当前提交
e24519b9f3
共有 1 个文件被更改,包括 3 次插入0 次删除
  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