From fa2de0461cb79df0ba5e736b4aea8bff1056688a Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期五, 13 九月 2024 10:07:40 +0800
Subject: [PATCH] update

---
 jrj/project/business/SystemSettings/LogList.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/SystemSettings/LogList.cpp b/jrj/project/business/SystemSettings/LogList.cpp
index 21945f4..238e046 100644
--- a/jrj/project/business/SystemSettings/LogList.cpp
+++ b/jrj/project/business/SystemSettings/LogList.cpp
@@ -94,7 +94,7 @@
 				hCursor = xutil::SetCursorWait();
 				xstring str = dw_list.DataAnalysis(L"");
 				xaserverarg arg;
-				;						
+									
 				arg.AddArg(L"html", str);
 				
 				OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg);
@@ -108,7 +108,7 @@
 		int OnSearch()
 		{
 			xaserverarg arg;
-			;						
+									
 			arg.AddArg(L"text", searchStr);
 			OpenWindow(L"dev:xpage[search.dialog.vx]", arg);
 			xstring str = arg.GetArgString(L"text");
@@ -176,7 +176,7 @@
 			xml x ;
 			
 			xaserverarg arg ;
-			;	
+				
 			arg.AddArg(L"arg",argstr);
 			//alert(argstr);
 				

--
Gitblit v1.9.3