查询条件写错

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

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

Loading…
Cancel
Save