|
@@ -343,7 +343,7 @@ namespace GxPress.Service.Implement.Notice
|
|
|
item.MiddleId = item.SourceId;
|
|
|
//item.UserName = item.SendUserName;
|
|
|
item.ReadCount = item.CheckedCount;
|
|
|
- item.UReadCount = item.UCheckedCount;
|
|
|
+ item.AllCount = item.UCheckedCount;
|
|
|
item.EnjoyUser = item.FlowUserName;
|
|
|
//我发起的
|
|
|
if (item.TypeValue == AllTypeConst.MySubmitted.GetHashCode())
|
|
@@ -372,14 +372,15 @@ namespace GxPress.Service.Implement.Notice
|
|
|
{
|
|
|
item.FlowState = FlowState.Checking;
|
|
|
}
|
|
|
- item.Title = _contentJsonService.GetTitile(item.Title, item.Content);
|
|
|
- if (item.IsDelete == true)
|
|
|
- item.NoticeStatus = 0;
|
|
|
- else if (item.NoticeAddresseeType == NoticeTypeConst.Draft)
|
|
|
- item.NoticeStatus = 2;
|
|
|
- else
|
|
|
- item.NoticeStatus = 1;
|
|
|
+
|
|
|
}
|
|
|
+ item.Title = _contentJsonService.GetTitile(item.Title, item.Content);
|
|
|
+ if (item.IsDelete == true)
|
|
|
+ item.NoticeStatus = 0;
|
|
|
+ else if (item.NoticeAddresseeType == NoticeTypeConst.Draft)
|
|
|
+ item.NoticeStatus = 2;
|
|
|
+ else
|
|
|
+ item.NoticeStatus = 1;
|
|
|
}
|
|
|
return result;
|
|
|
}
|