2 天以前 1ba0dbfde5634c8bf2ec20891d6b226b996f6b59
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/home/MesBagCodeHomeStatisticsServiceImpl.java
@@ -42,7 +42,16 @@
        summary.setBagCodeCount(getCount(homeStatisticsMapper.selectBagCodeCount()));
        summary.setPalletCount(getCount(homeStatisticsMapper.selectPalletCount()));
        // 3. 状态分布
        // 3. 出库流通
        summary.setSalesNoticeCount(getCount(homeStatisticsMapper.selectSalesNoticeCount()));
        summary.setProductSalesCount(getCount(homeStatisticsMapper.selectProductSalesCount()));
        summary.setReturnSalesCount(getCount(homeStatisticsMapper.selectReturnSalesCount()));
        // 4. 仓储预警 / 质量
        summary.setStockWarningPendingCount(getCount(homeStatisticsMapper.selectStockWarningPendingCount()));
        summary.setNcrPendingCount(getCount(homeStatisticsMapper.selectNcrPendingCount()));
        // 5. 状态分布
        summary.setBatchStatusList(toStatusList(homeStatisticsMapper.selectBatchCountGroupByStatus()));
        summary.setBagCodeStatusList(toStatusList(homeStatisticsMapper.selectBagCodeCountGroupByStatus()));