From 40b23355ac5021e79035cce1966ce616f727e5a5 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 12 九月 2025 14:20:30 +0800
Subject: [PATCH] 1.AOI工艺参数名称错误问题修复; 2.警告报表,按时间最新的在前;

---
 SourceCode/Bond/Servo/PageAlarm.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/Servo/PageAlarm.cpp b/SourceCode/Bond/Servo/PageAlarm.cpp
index 6146eaa..af5b619 100644
--- a/SourceCode/Bond/Servo/PageAlarm.cpp
+++ b/SourceCode/Bond/Servo/PageAlarm.cpp
@@ -196,7 +196,7 @@
 		pListCtrl->DeleteItem(nRowCount - 1);
 	}
 
-	int nNewItem = pListCtrl->InsertItem(0, _T(""));
+	int nNewItem = pListCtrl->InsertItem(pListCtrl->GetItemCount(), _T(""));
 
 	// 璁剧疆姣忎竴鍒楃殑鏁版嵁
 	CString str;

--
Gitblit v1.9.3