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