李昊 4 lat temu
rodzic
commit
b4e90a0685

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

@@ -541,9 +541,9 @@ namespace GxPress.Service.Implement.Topic
                         if (jsonData.TypeValue == AllTypeConst.Text.GetHashCode() && forCount == 1)
                             //文本
                             firstContent = jsonData.Text;
-                        else if (jsonData.TypeValue == AllTypeConst.Text.GetHashCode() && forCount > 1)
+                        else if (jsonData.TypeValue == AllTypeConst.Text.GetHashCode() && firstContent.Length < 50)
                             //文本
-                            continue;
+                            firstContent += jsonData.Text;
                         //图片
                         else if (jsonData.TypeValue == AllTypeConst.Image.GetHashCode() && FileData.Count == 0)
                         {