username@email.com
2021-11-23 1d1d0b95f2b9cef7adcaf65819572d276cf70ace
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();