|
@@ -131,7 +131,10 @@ func (this *ReportSelectionController) Detail() {
|
|
|
br.ErrMsg = "获取信息失败,Err:" + err.Error()
|
|
|
return
|
|
|
}
|
|
|
- listSonLog[k2].OverviewArticleId = articleStockMap[v2.SubjectName]
|
|
|
+ //后台如果勾了隐藏那么这里就不展示 V11.3 2023-08-17
|
|
|
+ if listSonLog[k2].IsShowOverviewArticle == 1 {
|
|
|
+ listSonLog[k2].OverviewArticleId = articleStockMap[v2.SubjectName]
|
|
|
+ }
|
|
|
listSonLog[k2].List = listIndustrial
|
|
|
listSonLog[k2].IsShowApplyButton = true
|
|
|
if v2.Label != "" {
|