44746 产量统计报表增加报工调整数据查询

tags/yfai-mes-ext-v2.8
王杰 4 months ago
parent c0b76c9800
commit 29026a1051

@ -252,7 +252,7 @@ public class MesProductionRecordReportExtDao implements IMesProductionRecordRepo
} }
} }
if (!CollectionUtils.isEmpty(reportStatusList2Wo)) { if (!CollectionUtils.isEmpty(reportStatusList2Wo)) {
if (reportStatusList2Pr.size() == 1) { if (reportStatusList2Wo.size() == 1) {
query.setParameter(MesExtConstWords.MESSAGE_TYPE, reportStatusList2Wo.get(0)); query.setParameter(MesExtConstWords.MESSAGE_TYPE, reportStatusList2Wo.get(0));
} else { } else {
query.setParameter(MesExtConstWords.MESSAGE_TYPE, reportStatusList2Wo); query.setParameter(MesExtConstWords.MESSAGE_TYPE, reportStatusList2Wo);

Loading…
Cancel
Save