Commit 34c7f963 authored by dahai's avatar dahai

push

parent a9960084
...@@ -821,8 +821,8 @@ public class TaskListServiceImpl implements TaskListService { ...@@ -821,8 +821,8 @@ public class TaskListServiceImpl implements TaskListService {
@Override @Override
public List<Map<String, Object>> getPrintOutCount() { public List<Map<String, Object>> getPrintOutCount() {
taskListMapper.getPrintOutCount();
return null; return taskListMapper.getPrintOutCount();
} }
private String createGroupNo(List<Integer> c, List<Integer> nsList) { private String createGroupNo(List<Integer> c, List<Integer> nsList) {
......
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