From 89bf69557b6e4a4659584ea205cdd8fd238f5cd7 Mon Sep 17 00:00:00 2001 From: wyj <157651241@qq.com> Date: Thu, 27 Jun 2024 09:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E7=BB=91=E5=AE=9A=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E6=95=B0=E6=8D=AE=E5=88=B7=E6=96=B0=E7=9A=84=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LaiPuLaser/LaiPuLaser/AnnealMonitoringMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaiPuLaser/LaiPuLaser/AnnealMonitoringMgr.cpp b/LaiPuLaser/LaiPuLaser/AnnealMonitoringMgr.cpp index e21ace8..57f0461 100644 --- a/LaiPuLaser/LaiPuLaser/AnnealMonitoringMgr.cpp +++ b/LaiPuLaser/LaiPuLaser/AnnealMonitoringMgr.cpp @@ -2067,7 +2067,7 @@ bool CAnnealMonitoringMgr::StartPrepareWork(ePrepareWorkType WorkType,bool bOneS case _AnnealMonitoringType_Laser1PowCheck: { //绑定点检数据刷新的列表 - gLaserPowCheckMgr->BindingParList(m_pLaser1PowerCheckList); + //gLaserPowCheckMgr->BindingParList(m_pLaser1PowerCheckList); //设置当前点检的激光类型 gLaserPowCheckMgr->SetCurPowCheckType((int)_LaserDeviceType_MainLaser1);//绿光1 //创建当前的点检数据到m_CurPowCheckData @@ -2078,7 +2078,7 @@ bool CAnnealMonitoringMgr::StartPrepareWork(ePrepareWorkType WorkType,bool bOneS break; case _AnnealMonitoringType_Laser2PowCheck: { - gLaserPowCheckMgr->BindingParList(m_pLaser2PowerCheckList); + //gLaserPowCheckMgr->BindingParList(m_pLaser2PowerCheckList); //设置当前点检的激光类型 gLaserPowCheckMgr->SetCurPowCheckType((int)_LaserDeviceType_MainLaser2);//绿光2 //创建当前的点检数据