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

+ 2 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Notice/NoticeService.cs

@@ -462,7 +462,6 @@ namespace GxPress.Service.Implement.Notice
                     {
                         item.FlowState = FlowState.Checking;
                     }
-
                 }
                 item.Title = _contentJsonService.GetTitile(item.Title, item.Content);
                 if (request.SearchType == 3)
@@ -471,6 +470,8 @@ namespace GxPress.Service.Implement.Notice
                     item.NoticeStatus = 2;
                 else
                     item.NoticeStatus = 1;
+                if (item.IsRecall)
+                    item.IsRead = true;
             }
             return result;
         }