no message

parent 3a0a7bc5
...@@ -288,7 +288,7 @@ public List<log_check> AllotCheckResult(per_allot allot) ...@@ -288,7 +288,7 @@ public List<log_check> AllotCheckResult(per_allot allot)
{ {
var list = perforLogcheckRepository.GetEntities(t => t.AllotID == allot.ID); var list = perforLogcheckRepository.GetEntities(t => t.AllotID == allot.ID);
if (list != null) if (list != null)
list = list.OrderBy(t => t.Type).ThenBy(t => t.ID).ToList(); list = list.OrderBy(t => t.Titile).ThenBy(t => t.ID).ToList();
return list; return list;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment