Merge branch 'dev-temp-castle-2412131826-44281' into dev

dev-temp-nht-202502180000-customprint
王杰 5 months ago
commit ae286d8f20

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