李昊 il y a 4 ans
Parent
commit
70febead0b

+ 2 - 0
gx_api/GxPress/Service/GxPress.Service.Implement/Topic/TopicService.cs

@@ -533,6 +533,8 @@ namespace GxPress.Service.Implement.Topic
                 }
                 if (item.Data == null || item.Data.Count == 0)
                     item.Data = new List<ContentJsonData>();
+                if (item.Title == null)
+                    item.Title = string.Empty;
             }
             //查询系统默认的公开文件夹是否存在
             var query = Q.NewQuery();