username@email.com
2022-01-04 0c7b13e91cd472e21e4a620355e6fcabc11f695a
zhengcaioa/Services/DailyManagementService.cs
@@ -64,7 +64,7 @@
                          UserId = b.UserName,
                          Intention = a.Intention                          
                          
                      }).ToList();
                      }).OrderByDescending(x=>x.InTime).ToList();
            ResultDataEntity<AdmHoldPhoneDTO> data = new ResultDataEntity<AdmHoldPhoneDTO>();
            if (search.totalrows == 0)
                search.totalrows = dt.Count();