username@email.com
2021-07-16 265f38a3f69276ae97690da64fb8e42be3a940e5
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;