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;