|
@@ -1555,11 +1555,11 @@ func (this *ReportController) Detail() {
|
|
br.Ret = 408
|
|
br.Ret = 408
|
|
return
|
|
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
|
|
uid := user.UserId
|
|
articleId, _ := this.GetInt("ArticleId")
|
|
articleId, _ := this.GetInt("ArticleId")
|
|
isBestNew, _ := this.GetBool("IsBestNew")
|
|
isBestNew, _ := this.GetBool("IsBestNew")
|