|
@@ -459,7 +459,7 @@ func (this *YanxuanSpecialController) Save() {
|
|
|
go services.SendWxMsgSpecialFollow(req.Id) //研选专栏有新内容审核通过时,给关注此专栏的客户发送模板消息
|
|
|
go services.SendWxCategoryMsgSpecialFollow(req.Id) //研选专栏有新内容审核通过时,给关注此专栏的客户发送模板消息
|
|
|
go services.SendWxMsgSpecialAuthor(req.Id, 1) //研选专栏审核完成时,给提交人发送模板消息
|
|
|
- go services.SendWxCategoryMsgSpecialAuthor(req.Id, 2) //研选专栏审核完成时,给提交人发送类目模板消息
|
|
|
+ go services.SendWxCategoryMsgSpecialAuthor(req.Id, 1) //研选专栏审核完成时,给提交人发送类目模板消息
|
|
|
go services.UdpateYanxuanSpecialauthorArticleNum(authorUserId) // 更新作者发布文章的数量
|
|
|
} else {
|
|
|
if req.DoType == 2 {
|