From 4e6d05e023123e4d5a6710549fe5eb30be108402 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 11 七月 2024 11:35:26 +0800
Subject: [PATCH] 密码策略增删改分页 首页添加修改密码对话框 取消最近模块中dialog对话框中关闭对话框销毁对话框中元素的destroy-on-close属性(导致拖拽效果不实现)

---
 Source/Service/BOFactory/src/com/vci/server/bof/server/create/BatchCreateBOLO.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Source/Service/BOFactory/src/com/vci/server/bof/server/create/BatchCreateBOLO.java b/Source/Service/BOFactory/src/com/vci/server/bof/server/create/BatchCreateBOLO.java
index 18a5c98..1acfde5 100644
--- a/Source/Service/BOFactory/src/com/vci/server/bof/server/create/BatchCreateBOLO.java
+++ b/Source/Service/BOFactory/src/com/vci/server/bof/server/create/BatchCreateBOLO.java
@@ -5,6 +5,7 @@
 import com.vci.common.log.ServerWithLog4j;
 import com.vci.corba.common.data.VCIInvocationInfo;
 import com.vci.server.base.persistence.dao.HibernateSessionFactory;
+import com.vci.server.base.utility.LogRecordUtil;
 import com.vci.server.bof.server.ServiceFacadeExecuteHelper;
 import com.vci.server.bof.service.BOFactoryServices;
 import com.vci.corba.common.VCIError;
@@ -32,7 +33,7 @@
 			if(info!=null){
 				ip = info.clientIPInfo == null||"".equals(info.clientIPInfo) ?"127.0.0.1":info.clientIPInfo;
 			}
-			batchRecordLog(params.getBos(), ip, "鍒涘缓");
+			LogRecordUtil.batchWriteLog(params.getBos(), "鍒涘缓");
 			return true;
 		} catch (VCIError e) {
 			throw this.getLocalString(e.code, e);

--
Gitblit v1.9.3