Commit 547fc00a authored by cq990612's avatar cq990612

优化代码结构

parent 56e9dc0d
...@@ -25,6 +25,7 @@ import org.springframework.util.StringUtils; ...@@ -25,6 +25,7 @@ import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -655,6 +656,7 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService { ...@@ -655,6 +656,7 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService {
projectManagerDtos.add(projectManagerDto1); projectManagerDtos.add(projectManagerDto1);
} }
Collections.sort(projectManagerDtos);
projectsDto.setProjectManagerDto(projectManagerDtos); projectsDto.setProjectManagerDto(projectManagerDtos);
} }
return projectsDto; return projectsDto;
......
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