|
@@ -241,7 +241,7 @@ func (this *CalendarController) Add() {
|
|
|
}
|
|
|
} else {
|
|
|
wxAppPath = ""
|
|
|
- first := sysAdmin.RealName + "为你添加了一场【" + req.ActivityType + "】"
|
|
|
+ first := sysUser.RealName + "为你添加了一场【" + req.ActivityType + "】"
|
|
|
startDate := researcher.StartDate[5:]
|
|
|
startDate = strings.Replace(startDate, "-", ".", -1)
|
|
|
keyword1 := "会议时间:" + startDate + "(" + researcher.StartWeek + ")" + " " + researcher.StartTime[:5] + "-" + researcher.EndTime[:5]
|