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 //创建当前的点检数据