|
|
@ -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);
|
|
|
|