From cacea2da59a3acd73f3161d819a10e0060762616 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期二, 06 五月 2025 14:54:13 +0800 Subject: [PATCH] Merge branch 'clh' into liuyang --- SourceCode/Bond/Servo/Servo.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/Servo.cpp b/SourceCode/Bond/Servo/Servo.cpp index f947821..1f0b95e 100644 --- a/SourceCode/Bond/Servo/Servo.cpp +++ b/SourceCode/Bond/Servo/Servo.cpp @@ -142,7 +142,6 @@ AfxMessageBox(errorMsg, MB_ICONERROR); return FALSE; } - ProductionLogManager::getInstance().insertMockData(); // 初始化SECS运行设置管理库 @@ -202,6 +201,9 @@ // 销毁报警表 AlarmManager::getInstance().termAlarmTable(); + // 销毁生产表 + ProductionLogManager::getInstance().termProductionTable(); + // 销毁SECS运行设置管理库 SECSRuntimeManager::getInstance().termRuntimeSetting(); -- Gitblit v1.9.3