|
@@ -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 = "获取成功"
|