فهرست منبع

Merge branch 'cygx_8.2' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 سال پیش
والد
کامیت
29973bdffe
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/activity_special.go

+ 1 - 1
services/activity_special.go

@@ -105,7 +105,7 @@ func GetActivityLabelSpecialList(user *models.WxUserItem, isPower int, chartPerm
 		}
 	}
 	var pars []interface{}
-	condition = ` AND art.publish_status = 1  AND art.label != ''  AND art.is_offline = 0 `
+	condition += ` AND art.publish_status = 1  AND art.label != ''  AND art.is_offline = 0 `
 
 	//行业名称
 	if isPower == 1 {