From d8de151f16b2cfd2095a82dbf002b97e90db5eb3 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 29 十月 2024 18:58:08 +0800
Subject: [PATCH] update

---
 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