Commit 668c01a8 authored by cq990612's avatar cq990612

优化代码结构

parent f261e857
...@@ -836,6 +836,9 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService { ...@@ -836,6 +836,9 @@ public class WorkTimeOrderServiceImpl implements WorkTimeOrderService {
types.add(project.getType()); types.add(project.getType());
} }
}); });
}else{
projectIds.add(-1);
types.add(-1);
} }
} else { } else {
if (null != projectId) { if (null != projectId) {
......
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