LR-20210131IOQH\Administrator
2021-06-27 45c0e976bd0864dbf103717b45d68a6e0419f456
zhengcaioa/Services/DailyManagementService.cs
@@ -236,6 +236,7 @@
                          Creater = c.UserName,
                          ToUserId = b.UserName,
                          Time = a.Time,
                          TimeName = a.Time.HasValue ? a.Time.Value.ToString("yyyy-MM-dd HH:mm") : "",
                          Context = a.Context,
                          Createtime = a.Createtime,
                          FeedBack = a.FeedBack,
@@ -251,7 +252,7 @@
                          HaveRead = a.HaveRead.HasValue? a.HaveRead.Value:0,
                          HaveReadName = hhh.Comments,
                      }).OrderByDescending(x=>x.Time).ToList();
                      }).OrderByDescending(x=>x.Createtime).ToList();
            //if (!string.IsNullOrEmpty(search.Createtime))
            //{