@ -282,7 +282,7 @@ public class MesYfReportServiceImpl implements IMesYfReportService {
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getWorkCellCode ( ) , "workCellCode" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getWorkCellCode ( ) , "workCellCode" , packBean ) ;
DdlPreparedPack . getStringBiggerPack ( mesProductionRecord . getCompleteDateTimeStart ( ) , "completeDateTime" , packBean ) ;
DdlPreparedPack . getStringBiggerPack ( mesProductionRecord . getCompleteDateTimeStart ( ) , "completeDateTime" , packBean ) ;
DdlPreparedPack . getStringSmallerPack ( mesProductionRecord . getCompleteDateTimeEnd ( ) , "completeDateTime" , packBean ) ;
DdlPreparedPack . getStringSmallerPack ( mesProductionRecord . getCompleteDateTimeEnd ( ) , "completeDateTime" , packBean ) ;
DdlPreparedPack . getString Equal Pack( mesProductionRecord . getEquipmentCode ( ) , "equipmentCode" , packBean ) ;
DdlPreparedPack . getString Liker Pack( mesProductionRecord . getEquipmentCode ( ) , "equipmentCode" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getEquipmentName ( ) , "equipmentName" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getEquipmentName ( ) , "equipmentName" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getMouldNo ( ) , "mouldNo" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getMouldNo ( ) , "mouldNo" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getShiftGroup ( ) , "shiftGroup" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getShiftGroup ( ) , "shiftGroup" , packBean ) ;
@ -290,8 +290,8 @@ public class MesYfReportServiceImpl implements IMesYfReportService {
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getReportStatus ( ) , "reportStatus" , packBean ) ;
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getReportStatus ( ) , "reportStatus" , packBean ) ;
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getReportType ( ) , "reportType" , packBean ) ;
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getReportType ( ) , "reportType" , packBean ) ;
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getIsComplete ( ) , "isComplete" , packBean ) ;
DdlPreparedPack . getNumEqualPack ( mesProductionRecord . getIsComplete ( ) , "isComplete" , packBean ) ;
DdlPreparedPack . getString Equal Pack( mesProductionRecord . getIsTest ( ) , "isTest" , packBean ) ;
DdlPreparedPack . getString Liker Pack( mesProductionRecord . getIsTest ( ) , "isTest" , packBean ) ;
DdlPreparedPack . getString Equal Pack( mesProductionRecord . getPartNo ( ) , "partNo" , packBean ) ;
DdlPreparedPack . getString Liker Pack( mesProductionRecord . getPartNo ( ) , "partNo" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getPartName ( ) , "partName" , packBean ) ;
DdlPreparedPack . getStringLikerPack ( mesProductionRecord . getPartName ( ) , "partName" , packBean ) ;
return packBean ;
return packBean ;
}
}