|
|
|
@ -952,8 +952,8 @@ public class MesExtHqlPack {
|
|
|
|
|
DdlPackBean packBean = getAllBaseDataByNormalPro(workCellTaktCollectRecord.getOrganizeCode(), workCellTaktCollectRecord.getIsValid());
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(workCellTaktCollectRecord.getWorkCenterCode(), MesExtConstWords.WORK_CENTER_CODE, packBean);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(workCellTaktCollectRecord.getWorkCellCode(), MesExtConstWords.WORK_CELL_CODE, packBean);
|
|
|
|
|
if (!StringUtils.isEmpty(workCellTaktCollectRecord.getModifyDateTimeStart()) || !StringUtils.isEmpty(workCellTaktCollectRecord.getModifyDateTimeEnd())) {
|
|
|
|
|
DdlPreparedPack.timeBuilder(workCellTaktCollectRecord.getModifyDateTimeStart(), workCellTaktCollectRecord.getModifyDateTimeEnd(), MesExtConstWords.MODIFY_DATE_TIME, packBean, true);
|
|
|
|
|
if (!StringUtils.isEmpty(workCellTaktCollectRecord.getCreateDateTimeStart()) || !StringUtils.isEmpty(workCellTaktCollectRecord.getCreateDateTimeEnd())) {
|
|
|
|
|
DdlPreparedPack.timeBuilder(workCellTaktCollectRecord.getCreateDateTimeStart(), workCellTaktCollectRecord.getCreateDateTimeEnd(), MesExtConstWords.CREATE_DATE_TIME, packBean, true);
|
|
|
|
|
}
|
|
|
|
|
return packBean;
|
|
|
|
|
}
|
|
|
|
|