From 9ac9cc9e9cd91b97d35a6e28400df71630765e40 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 21 八月 2024 14:35:51 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj

---
 jrj/project/business/SystemSettings/Flow3.cpp |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/jrj/project/business/SystemSettings/Flow3.cpp b/jrj/project/business/SystemSettings/Flow3.cpp
index d03622e..e4246a6 100644
--- a/jrj/project/business/SystemSettings/Flow3.cpp
+++ b/jrj/project/business/SystemSettings/Flow3.cpp
@@ -142,7 +142,6 @@
 			}
 				
 			xaserverarg arg ;
-			;
 			arg.AddArg(L"content",x.xml());
 			arg.AddArg(L"sdbmap",sdbmap);
 			trace(x.xml());
@@ -206,7 +205,6 @@
 			//trace(colname);
 			
 			xaserverarg arg ;
-			;	
 
 			xstring comdid =L"";
 			xstring data=L"";
@@ -285,7 +283,6 @@
 			xdwgrid dw_list = GetSheetDwgrid(i);
 			
 			xaserverarg arg ;
-			;	
 			arg.SetArg(L"stype",GetSheetType(i),L"xstring");
 			arg.SetArg(L"sdata",L"ddd",L"xstring");
 			arg.SetArg(L"flowID",flowid,L"xstring");
@@ -300,10 +297,9 @@
 		{
 			if(flowid==L"") return 1;
 			
-			xml x ;
+			xml x;
 			
-			xaserverarg arg ;
-			;	
+			xaserverarg arg;	
 			
 			//int i = tab_1.GetSheetIndex();
 			for(int i=0;i<7;i++)

--
Gitblit v1.9.3