|
@@ -1609,7 +1609,7 @@ func (this *CalendarController) OverseasResearcherReportList() {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -1664,7 +1664,7 @@ func (this *CalendarController) OverseasCalendarList() {
|
|
|
}
|
|
|
condition += ` and a.researcher_id IN (` + detail.ConfigValue + `) `
|
|
|
} else {
|
|
|
- condition += ` and a.researcher_id (` + utils.GetOrmInReplace(len(adminIdsArr)) + `)`
|
|
|
+ condition += ` and a.researcher_id IN (` + utils.GetOrmInReplace(len(adminIdsArr)) + `)`
|
|
|
}
|
|
|
pars = append(pars, adminIdsArr)
|
|
|
|
|
@@ -1676,9 +1676,9 @@ func (this *CalendarController) OverseasCalendarList() {
|
|
|
case "formal":
|
|
|
condition += ` and a.company_status = ? `
|
|
|
pars = append(pars, "正式")
|
|
|
- case "meeting":
|
|
|
- condition += ` and a.activity_type = ? `
|
|
|
- pars = append(pars, "公开会议")
|
|
|
+ case "close":
|
|
|
+ condition += ` and a.company_status = ? `
|
|
|
+ pars = append(pars, "关闭")
|
|
|
case "online":
|
|
|
condition += ` and a.roadshow_type = ? `
|
|
|
pars = append(pars, "线上")
|