Browse Source

报告精选开放弘则研究之外的客户观看

xingzai 2 năm trước cách đây
mục cha
commit
d013c9fc39
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      controllers/report.go

+ 5 - 5
controllers/report.go

@@ -1555,11 +1555,11 @@ func (this *ReportController) Detail() {
 		br.Ret = 408
 		return
 	}
-	if user.CompanyId != utils.HZ_COMPANY_ID {
-		br.Msg = "报告编辑中,请稍后"
-		br.IsSendEmail = false
-		return
-	}
+	//if user.CompanyId != utils.HZ_COMPANY_ID {
+	//	br.Msg = "报告编辑中,请稍后"
+	//	br.IsSendEmail = false
+	//	return
+	//}
 	uid := user.UserId
 	articleId, _ := this.GetInt("ArticleId")
 	isBestNew, _ := this.GetBool("IsBestNew")