From c7fe2dfd0b1a3a986d9e8cd8f2b8a713ef404f69 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 18 十月 2024 10:06:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/Service/VciServiceMain/properties/hibernate.cfg.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Source/Service/VciServiceMain/properties/hibernate.cfg.xml b/Source/Service/VciServiceMain/properties/hibernate.cfg.xml
index 73d9224..2f1a271 100644
--- a/Source/Service/VciServiceMain/properties/hibernate.cfg.xml
+++ b/Source/Service/VciServiceMain/properties/hibernate.cfg.xml
@@ -10,7 +10,7 @@
 		<property name="connection.password">vcimes</property>-->
 
 		<property name="connection.url">jdbc:oracle:thin:@localhost:1521:orcl</property>
-		<property name="connection.username">mpm550new</property>
+		<property name="connection.username">plt2024</property>
 		<property name="connection.password">vcitest</property>
 		<!--<property name="connection.username">mpm112</property>
 		<property name="connection.password">vcitest</property>-->
@@ -48,9 +48,10 @@
 		<mapping resource="com/vci/server/framework/hbm/SystemCfg.hbm.xml"/>
 		<mapping resource="com/vci/server/framework/hbm/SpecialChar.hbm.xml"/>
 		<mapping resource="com/vci/server/framework/hbm/SpecialCharClfy.hbm.xml"/>
-		<mapping resource="com/vci/server/framework/hbm/Log.hbm.xml"/>
 		<mapping resource="com/vci/server/framework/hbm/MachSecurity.hbm.xml"/>
 		<mapping resource="com/vci/server/framework/hbm/Pvolume.hbm.xml"/>
+
+		<mapping resource="com/vci/server/log/hbm/Log.hbm.xml"/>
 		
 		<!-- QT鏄犲皠鏂囦欢 -->
 		<mapping resource="com/vci/server/omd/qt/hbm/QT.hbm.xml"/>

--
Gitblit v1.9.3