Explorar o código

Merge branch 'cygx/need_982' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai hai 7 meses
pai
achega
f174d5cb5b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      controllers/roadshow/calendar.go

+ 5 - 0
controllers/roadshow/calendar.go

@@ -253,6 +253,11 @@ func (this *CalendarController) Add() {
 			researcher.Status = 2
 		}
 
+		//CRM15.5 权益研究员直接通过
+		if raiAskadminMap[v.ResearcherId] {
+			researcher.Status = 2
+		}
+
 		rsCalendarResearcherId, err := roadshow.AddRsCalendarResearcher(researcher)
 		if err != nil {
 			br.Msg = "保存失败!"