少了物料查询条件

tags/yfai-mes-ext-v1.6
王杰 9 months ago
parent 923c2570b9
commit 9f04956492

@ -268,6 +268,7 @@ public class MesYfReportServiceImpl implements IMesYfReportService {
DdlPreparedPack.getNumEqualPack(mesProductionRecord.getReportType(), "reportType", packBean);
DdlPreparedPack.getNumEqualPack(mesProductionRecord.getIsComplete(), "isComplete", packBean);
DdlPreparedPack.getStringEqualPack(mesProductionRecord.getIsTest(), "isTest", packBean);
DdlPreparedPack.getStringEqualPack(mesProductionRecord.getPartNo(), "partNo", packBean);
return packBean;
}

Loading…
Cancel
Save