From 3ccb1a05c3ee4b0d964e8dbaa3e130fee83895ac Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期四, 14 八月 2025 19:59:14 +0800
Subject: [PATCH] update

---
 jrj/project/business/GDN3.list.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/GDN3.list.cpp b/jrj/project/business/GDN3.list.cpp
index 6f6e3dc..dcf6ae7 100644
--- a/jrj/project/business/GDN3.list.cpp
+++ b/jrj/project/business/GDN3.list.cpp
@@ -28,7 +28,7 @@
 
 	int changeddlb;
 	xcombobox ddlb_1;
-	xcombobox cbx_datashow;
+	xcombobox cbx_datashow; 
 
 	xtreeview tv_folder;
 	xdwgrid   dw_goods;
@@ -718,7 +718,7 @@
 		{
 			arg.AddArg(L"CustomerID", e.getAttribute(L"id"));
 			xstring name = e.getAttribute(L"name");
-			if (name.find(L"(L") >= 0) name = name.left(name.find(L"(L"));
+			if (name.find(L"(") >= 0) name = name.left(name.find(L"("));
 			arg.AddArg(L"CustomerName", name);
 		}
 		return 1;

--
Gitblit v1.9.3