Commit 74d4b1ef05862b2976b8ec8ee83b799793b5c5ab
1 parent
5f39733542
Exists in
master
and in
6 other branches
诸城妇幼分娩视图数据源连接修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ConnTools.java
View file @
74d4b1e
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | private static String hisPassword = "lyms"; |
| 16 | 16 | |
| 17 | 17 | private static String fmDirverClassName = "oracle.jdbc.driver.OracleDriver"; |
| 18 | - private static String fmUrl = "jdbc:oracle:thin:@192.168.30.103:1521:crds3db"; | |
| 18 | + private static String fmUrl = "jdbc:oracle:thin:@192.168.10.3:1521:fubao"; | |
| 19 | 19 | private static String fmUser = "lymsfm"; |
| 20 | 20 | private static String fmPassword = "lyms123"; |
| 21 | 21 |