Commit a0372417 authored by cq990612's avatar cq990612

优化代码结构

parent b020131f
...@@ -336,7 +336,6 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService { ...@@ -336,7 +336,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