From a471b20fe8075a663f32b3a2ee0cd70c1c63baf7 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 21 十一月 2024 21:59:42 +0800
Subject: [PATCH] 业务类型查询:树查询修改,数据列表查询接口修改(处理模板套模板情况下freemarker表达式的替换处理)。

---
 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