xiexiaoyuan 2 years ago
parent
commit
ccdc42554f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/roadshow/calendar.go

+ 1 - 1
controllers/roadshow/calendar.go

@@ -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]