Browse Source

no message

zhangchuanxing 1 week ago
parent
commit
440a9db78d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/roadshow/activity.go

+ 1 - 1
controllers/roadshow/activity.go

@@ -247,7 +247,7 @@ func (this *ActivityController) Delete() {
 		}
 		openIdList = append(openIdList, openIdObj)
 	}
-	go services.SendWxMsgWithRoadshowSellerActivity(detail.CompanyName, "参会", "已删除", time.Now().Format(utils.FormatDateTime), openIdList, rsActivityId)
+	go services.SendWxMsgWithRoadshowSellerActivity(detail.CompanyName, detail.ActivityType, "已删除", time.Now().Format(utils.FormatDateTime), openIdList, rsActivityId)
 	this.OkDetailed(nil, "保存成功")
 }