Sfoglia il codice sorgente

产业视频为空时的处理

xiexiaoyuan 2 anni fa
parent
commit
cbe8562676
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      controllers/report.go

+ 4 - 1
controllers/report.go

@@ -435,7 +435,10 @@ func (this *ReportController) ArticleCategoryList() {
 	resp.LayoutTime = utils.TimeRemoveHms(detail.LayoutTime)
 	resp.IndustryName = detail.IndustryName
 	resp.IndustrialManagementId = industrialManagementId
-	resp.IndustryVideo = videoSimple
+	if videoSimple.Id > 0 {
+		resp.IndustryVideo = videoSimple
+	}
+
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"