username@email.com
2021-07-13 10ec50f8e9ded45e8b439114a17ed89297c948c7
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;