فهرست منبع

Merge branch 'cygx_11.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 سال پیش
والد
کامیت
17b020b52d
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      controllers/report_selection.go

+ 2 - 0
controllers/report_selection.go

@@ -141,6 +141,8 @@ func (this *ReportSelectionController) Detail() {
 					//后台如果勾了隐藏那么这里就不展示  V11.3  2023-08-17
 					if listSonLog[k2].IsShowOverviewArticle == 1 {
 						listSonLog[k2].OverviewArticleId = articleStockMap[v2.SubjectName]
+					} else {
+						listSonLog[k2].OverviewArticleId = 0
 					}
 					listSonLog[k2].List = listIndustrial
 					listSonLog[k2].IsShowApplyButton = true