Commit e8d9fd24 authored by cq990612's avatar cq990612

优化代码结构

parent a16c7bb3
...@@ -240,7 +240,6 @@ public class WorkProjectServiceImpl implements WorkProjectService { ...@@ -240,7 +240,6 @@ public class WorkProjectServiceImpl implements WorkProjectService {
user.setId(null); user.setId(null);
} }
System.out.println("deptAndManager = " + deptAndManager);
int page = gmpv.getPage() == null ? 1 : gmpv.getPage(); int page = gmpv.getPage() == null ? 1 : gmpv.getPage();
int pageSize = gmpv.getPageSize() == null ? 10 : gmpv.getPageSize(); int pageSize = gmpv.getPageSize() == null ? 10 : gmpv.getPageSize();
Integer isConclusion = gmpv.getIsConclusion(); Integer isConclusion = gmpv.getIsConclusion();
......
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