From aca1cda66c85390941657258fbd7ccaf82b3200c Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 09 七月 2024 10:28:37 +0800
Subject: [PATCH] update ap ar  enquery

---
 jrj/project/business/AR/ExchageFile.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jrj/project/business/AR/ExchageFile.cpp b/jrj/project/business/AR/ExchageFile.cpp
index 34ba750..f03cdd1 100644
--- a/jrj/project/business/AR/ExchageFile.cpp
+++ b/jrj/project/business/AR/ExchageFile.cpp
@@ -1,6 +1,7 @@
 #include <wobject/xstring.hpp>
 #include <xcontrol/xtreeview.hpp>
 #include <xcontrol/xdwgrid.hpp>
+#include <xcontrol/xcell.hpp>
 
 #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp"
 #include "viewobject/view.base.hpp"
@@ -72,7 +73,7 @@
 			const xstring data;
 			int anchorrow;
 			int anchorcol;*/
-			if (hdr.currentcol == 1 && hdr.data != L"")
+			if (hdr.col == 1 && hdr.data != L"")
 			{
 				//dw_exchangefile.SetItemString(hdr.currentrow,hdr.currentcol, L"");
 			}

--
Gitblit v1.9.3