|
@@ -464,6 +464,7 @@ func (this *YanxuanSpecialController) Save() {
|
|
} else {
|
|
} else {
|
|
if req.DoType == 2 {
|
|
if req.DoType == 2 {
|
|
go services.SendReviewTemplateMsgAdmin(specialId)
|
|
go services.SendReviewTemplateMsgAdmin(specialId)
|
|
|
|
+ go services.SendReviewCategoryTemplateMsgAdmin(specialId)
|
|
go services.UpdateYanxuanSpecialResourceData(specialId) // 写入首页最新 cygx_resource_data 表
|
|
go services.UpdateYanxuanSpecialResourceData(specialId) // 写入首页最新 cygx_resource_data 表
|
|
go services.EsAddYanxuanSpecial(specialId) // 写入es 综合搜索
|
|
go services.EsAddYanxuanSpecial(specialId) // 写入es 综合搜索
|
|
}
|
|
}
|