From 18c43123b51a1688ab4ae01fe3d171c7d92e619b Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期四, 16 一月 2025 18:19:34 +0800 Subject: [PATCH] 1、调整会话过期提示 2、流程设计器隐藏拓展按钮,隐藏右下角图标 --- 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