Commit d4ad0b30727a70050dbaf55554aad9231a07ee67
1 parent
07d2f57b89
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/ConnTools.java
View file @
d4ad0b3
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | */ |
11 | 11 | public class ConnTools { |
12 | 12 | private static String hisDirverClassName = "oracle.jdbc.driver.OracleDriver"; |
13 | - private static String hisUrl = "jdbc:oracle:thin:@192.168.200.60:1521:ZLHIS"; | |
13 | + private static String hisUrl = "jdbc:oracle:thin:@192.168.200.60:1521:ZLHIS1"; | |
14 | 14 | private static String hisUser = "YCY"; |
15 | 15 | private static String hisPassword = "123"; |
16 | 16 |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MeasureInfoFacade.java
View file @
d4ad0b3