Commit bf236d01 authored by cq990612's avatar cq990612

优化代码结构

parent 893ed7c1
...@@ -340,7 +340,6 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService { ...@@ -340,7 +340,6 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService {
isManager(userId); isManager(userId);
WorkUser user = workUserService.getById(userId); WorkUser user = workUserService.getById(userId);
// PC端 // PC端
return pageExamine(user, projectId, type, page, size, status); return pageExamine(user, projectId, type, page, size, status);
} }
......
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