From 3679184f6c549b6ac32fbbae201d29593d4507fe Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 31 十月 2024 16:59:01 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/project/business/QuoteFile.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/project/business/QuoteFile.cpp b/jrj/project/business/QuoteFile.cpp index 8f048b2..c0fa286 100644 --- a/jrj/project/business/QuoteFile.cpp +++ b/jrj/project/business/QuoteFile.cpp @@ -2953,7 +2953,7 @@ trace(L"\r\n----row:" + xstring(row) + L"--col:" + xstring(col)); trace(L"\r\n----row:" + xstring(row) + L"--col:" + xstring(col)); trace(L"\r\n--value:" + dw_cell.GetItemString(row, col) + L"--orig:" + orivalue); - if (row == ARow && col == ACol && dw_cell.GetItemString(row, col) == orivalue) return 1; + //if (row == ARow && col == ACol && dw_cell.GetItemString(row, col) == orivalue) return 1; trace(L"\r\n--enter:"); ARow = row; -- Gitblit v1.9.3