|
@@ -118,6 +118,7 @@ type CalendarListView struct {
|
|
|
RoadshowPlatform string `description:"路演平台"`
|
|
|
CompanyId int `description:"客户id"`
|
|
|
CompanyName string `description:"客户名称"`
|
|
|
+ CompanyStatus string `description:"客户状态"`
|
|
|
RsCalendarResearcherId int `description:"活动研究员id"`
|
|
|
ResearcherId int `description:"研究员id"`
|
|
|
ResearcherName string `description:"研究员名称"`
|
|
@@ -176,7 +177,6 @@ func GetCalendarList(condition string, pars []interface{}, status int, pageLimit
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-
|
|
|
type AcceptReq struct {
|
|
|
RsCalendarId int `description:"日历活动id"`
|
|
|
RsCalendarResearcherId int `description:"活动研究员id"`
|
|
@@ -538,4 +538,4 @@ func GetRsMattersList(startDate, endDate string, researcherId int) (list []*RsMa
|
|
|
sql += ` ORDER BY a.create_time DESC `
|
|
|
_, err = o.Raw(sql, startDate, endDate, researcherId).QueryRows(&list)
|
|
|
return
|
|
|
-}
|
|
|
+}
|