From e96322043649fdc8fc02d886ac19cf8342a43248 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期一, 04 十一月 2024 11:37:13 +0800 Subject: [PATCH] 在登录时判断用户密码过期需要修改时,由于还未登录去获取当前Session的用户时,是null,所以导致报错,增加如果为空,直接使用界面传的用户。 --- Source/Service/VciServiceMain/properties/service.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/Service/VciServiceMain/properties/service.xml b/Source/Service/VciServiceMain/properties/service.xml index 96936a9..b664714 100644 --- a/Source/Service/VciServiceMain/properties/service.xml +++ b/Source/Service/VciServiceMain/properties/service.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Services> - <!-- <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" /> --> + <ServiceTempl name="CacheService" entry="com.vci.server.cache.CacheServerImpl" description="缂撳瓨鏈嶅姟" /> + <ServiceTempl entry="com.vci.server.log.LogServiceImpl" description="鏃ュ織鏈嶅姟" /> <ServiceTempl entry="com.vci.server.framework.FrameworkServiceImpl" description="绯荤粺妗嗘灦鏈嶅姟" /> <ServiceTempl entry="com.vci.server.omd.OMDServiceImpl" description="瀵硅薄妯″瀷瀹氫箟鏈嶅姟" /> <!-- <ServiceTempl name="QTDServer" entry="com.vci.server.qt.QTDefineServiceImpl" description="鏌ヨ妯℃澘瀹氫箟鏈嶅姟" />--> -- Gitblit v1.10.0