|
|
|
@ -157,6 +157,8 @@ public class DcsForEquipmentServiceImpl implements IDcsForEquipmentService {
|
|
|
|
|
mesProductionRecord.setReportStatus(MesExtEnumUtil.REPORT_STATUS.REPORT_STATUS_30.getValue());
|
|
|
|
|
mesProductionRecord.setReportType(MesExtEnumUtil.MES_REPORT_TYPE.NO_REPORT.getValue());
|
|
|
|
|
mesProductionRecord.setOrganizeCode(organizeCode);
|
|
|
|
|
mesProductionRecord.setStartDateTime(TimeTool.getNowTime(true));
|
|
|
|
|
mesProductionRecord.setCompleteDateTime(TimeTool.getNowTime(true));
|
|
|
|
|
mesProductionRecord.setRemark("电测试:"+result);
|
|
|
|
|
ConvertBean.saveOrUpdate(mesProductionRecord,"电测试");
|
|
|
|
|
recordRao.insert(mesProductionRecord);
|
|
|
|
|