From 5f53b8d5a3eb757ac5a1ed3d0f582ac56f640923 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 11 May 2020 14:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9oracle=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E6=88=90jgy-xmcx1=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.idea/dataSources.local.xml | 20 +++++++++++-------- 代码/jsp/telsale_import/.idea/misc.xml | 2 +- .../src/com/cpic/util/staff/StaffInfo.java | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/代码/jsp/telsale_import/.idea/dataSources.local.xml b/代码/jsp/telsale_import/.idea/dataSources.local.xml index 74e917e..2657f87 100644 --- a/代码/jsp/telsale_import/.idea/dataSources.local.xml +++ b/代码/jsp/telsale_import/.idea/dataSources.local.xml @@ -2,28 +2,32 @@ - + $# " master_key idst0 - *:IDST0 - *:IDST0,PUBLIC - *:IDST0,PUBLIC + + + + + - + $# " master_key telsale - *:TELSALE - *:PUBLIC,TELSALE - *:PUBLIC,TELSALE + + + + + \ No newline at end of file diff --git a/代码/jsp/telsale_import/.idea/misc.xml b/代码/jsp/telsale_import/.idea/misc.xml index 925b1cc..7e7f141 100644 --- a/代码/jsp/telsale_import/.idea/misc.xml +++ b/代码/jsp/telsale_import/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/代码/jsp/telsale_import/src/com/cpic/util/staff/StaffInfo.java b/代码/jsp/telsale_import/src/com/cpic/util/staff/StaffInfo.java index 37dddf5..42a5d74 100644 --- a/代码/jsp/telsale_import/src/com/cpic/util/staff/StaffInfo.java +++ b/代码/jsp/telsale_import/src/com/cpic/util/staff/StaffInfo.java @@ -24,7 +24,7 @@ public class StaffInfo throw new StaffCodeNotExistException( staffCode + "不存在。"); } - String oracleURL = "jdbc:oracle:thin:@10.39.0.86:1521:xmcx1"; + String oracleURL = "jdbc:oracle:thin:@10.187.11.164:1521:xmcx1"; String oracleUserName = "idst0"; String oraclePassword = "cpic123456";