lihao 4 years ago
parent
commit
09e4f82778

+ 3 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Note/NoteService.cs

@@ -167,7 +167,9 @@ namespace GxPress.Service.Implement.Note
             {
                 if (string.IsNullOrEmpty(item.FolderName))
                     item.FolderName = "根目录";
-                 item.MiddleId = item.Id;
+                if (string.IsNullOrEmpty(item.Title))
+                    item.Title = string.Empty;
+                item.MiddleId = item.Id;
                 //是否摘录
                 if (item.MediaId > 0)
                 {