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

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

@@ -339,11 +339,13 @@ namespace GxPress.Service.Implement.Notice
             {
                 if (item.TypeValue >= 15)
                 {
+                    if (item.TypeValue == AllTypeConst.MySubmitted.GetHashCode())
+                        item.IsAdmin = true;
                     item.TodoId = item.SonId;
                     item.MiddleId = item.SourceId;
                     //item.UserName = item.SendUserName;
-                    item.ReadCount = item.CheckedCount;
-                    item.AllCount = item.UCheckedCount;
+                    item.ReadCount = item.CheckedCount+1;
+                    item.AllCount = item.UCheckedCount+1;
                     item.EnjoyUser = item.FlowUserName;
                     //我发起的
                     if (item.TypeValue == AllTypeConst.MySubmitted.GetHashCode())