Commit 0818cf5d by ghxdhr

质检管理统计修改

parent bbe8405a
...@@ -104,6 +104,8 @@ public class QualityManagementServiceImpl extends BaseServiceImpl<QualityManagem ...@@ -104,6 +104,8 @@ public class QualityManagementServiceImpl extends BaseServiceImpl<QualityManagem
} }
} }
all.removeAll(delete);
HashMap<String, Long> totalFinishedMap = new HashMap<>(); HashMap<String, Long> totalFinishedMap = new HashMap<>();
totalFinishedMap.put(totalKey,totalNum); totalFinishedMap.put(totalKey,totalNum);
totalFinishedMap.put(finishedKey,finishNum); totalFinishedMap.put(finishedKey,finishNum);
......
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