lihao 4 年之前
父節點
當前提交
9cb519e996
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gx_api/GxPress/Service/GxPress.Service.Implement/Topic/TopicService.cs

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

@@ -665,9 +665,9 @@ namespace GxPress.Service.Implement.Topic
                 {
                     foreach (var data in item.Data)
                     {
-                        if (!string.IsNullOrEmpty(data.Title))
+                        if (string.IsNullOrEmpty(data.Title))
                             data.Title = string.Empty;
-                        if (!string.IsNullOrEmpty(data.FileName))
+                        if (string.IsNullOrEmpty(data.FileName))
                             data.FileName = string.Empty;
                     }
                 }