username@email.com
2021-07-07 fe1d552606aa8a989647ff12d7c124dd6ac5a1dd
zhengcaioa/Services/WfApplytypeService.cs
@@ -162,7 +162,7 @@
        {
            var listRole = _context.WfApplytypes.Where(r => r.RecStatus == "A").ToList();
            var listRole = _context.WfApplytypes.Where(r => r.RecStatus == "A").OrderBy(x=>x.Sort).ToList();
            var list = _mapper.Map<List<WfApplytypeDTO>>(listRole);
            return list;