|
|
|
|
@ -421,7 +421,7 @@ public class AndonDashboardServiceImpl implements IAndonDashboardService {
|
|
|
|
|
long todayOutput = 0, todayGood = 0, todayDefect = 0;
|
|
|
|
|
List<AndonDashboardDTO.LineQuality> lineQualities = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
// 按产线统计良品和不良品
|
|
|
|
|
// 按产线统计良品和不良品ui
|
|
|
|
|
for (Map.Entry<String, List<ProductionReportQualityInspection>> entry : lineQualityMap.entrySet()) {
|
|
|
|
|
List<ProductionReportQualityInspection> lineInspections = entry.getValue();
|
|
|
|
|
long lineGood = 0;
|
|
|
|
|
|