xingzai 8 сар өмнө
parent
commit
533c497488

+ 2 - 2
controllers/roadshow/calendar.go

@@ -241,8 +241,8 @@ func (this *CalendarController) Add() {
 			researcher.Status = 2
 		}
 
-		//CRM15.5 权益研究员直接通过
-		if raiAskadminMap[v.ResearcherId] {
+		//CRM15.5 权益研究员直接通过 王芳的也直接通过
+		if raiAskadminMap[v.ResearcherId] || v.ResearcherName == "王芳" {
 			researcher.Status = 2
 		}