|
@@ -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;
|
|
|
}
|