@@ -1063,7 +1063,7 @@ func (this *ActivityCoAntroller) Detail() {
}
activityInfo.SignupType = mapActivitySignup[activityId]
//判断是不是通过微信模版推送消息进来的
- if isSendWx == 0 && len(industrialList) > 0 {
+ if isSendWx == 1 && len(industrialList) > 0 {
industryUserFollowMap, err := services.GetIndustryUserFollowMap(user)
if err != nil {
br.Msg = "获取信息失败"
@@ -82,7 +82,7 @@ func (this *ArticleController) Detail() {
br.ErrMsg = "获取信息失败,Err:" + err.Error()
return
- if isSendWx == 0 {
+ if isSendWx == 1 {
var condition string
var pars []interface{}
pars = make([]interface{}, 0)
@@ -442,7 +442,7 @@ func (this *ReportController) ArticleCategoryList() {
if videoSimple.Id > 0 {
resp.IndustryVideo = videoSimple