|
@@ -276,9 +276,9 @@ func (this *ActivitySpecialCoAntroller) PreserveAndPublish() {
|
|
|
if req.DoType == 1 {
|
|
|
go services.SendWxMsgWithCygxActivitySpecial(activityId)
|
|
|
//go cygxService.UpdateResourceData(activityId, "activityspecial", "add", time.Now().Format(utils.FormatDateTime))
|
|
|
- go cygxService.UpdateActivitySpecialResourceData(activityId) //写入首页最新 cygx_resource_data 表
|
|
|
}
|
|
|
- go elastic.AddComprehensiveActivitySpecial(activityId) // Es添加活动
|
|
|
+ go cygxService.UpdateActivitySpecialResourceData(activityId) //写入首页最新 cygx_resource_data 表
|
|
|
+ go elastic.AddComprehensiveActivitySpecial(activityId) // Es添加活动
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|
|
|
br.Msg = "操作成功"
|