Browse Source

no message

xingzai 6 months ago
parent
commit
27fa5ccfb4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      controllers/article.go

+ 7 - 0
controllers/article.go

@@ -257,6 +257,13 @@ func (this *ArticleController) Detail() {
 					hasPersion = true
 				}
 			}
+
+			if articleId == 11223 { // 这是一篇非常特殊的文章,要单独处理 需求池 976
+				if strings.Contains(companyPermission, utils.YI_YAO_NAME) || strings.Contains(companyPermission, utils.XIAO_FEI_NAME) || strings.Contains(companyPermission, utils.KE_JI_NAME) || strings.Contains(companyPermission, utils.ZHI_ZAO_NAME) {
+					hasPersion = true
+				}
+			}
+
 			if strings.Contains(detail.CategoryName, "研选") {
 				detail.IsResearch = true
 			}