修复bug 44281 产品加工记录表,电测试开始时间和结束时间没赋值

dev-temp-nht-202502180000-customprint
臧学普 5 months ago
parent b775ab0fa1
commit 3e308b130c

@ -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);

Loading…
Cancel
Save