Commit 22db66f301495b838bac026b8c265aaae50e3f94
1 parent
dd6f7fc3ec
Exists in
master
and in
6 other branches
乐陵住院同步状态调度任务
Showing 2 changed files with 8 additions and 8 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/llfy/ConnTools.java
View file @
22db66f
... | ... | @@ -11,12 +11,12 @@ |
11 | 11 | */ |
12 | 12 | public class ConnTools { |
13 | 13 | private static String hisDirverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"; |
14 | - // private static String hisUrl = "jdbc:sqlserver://192.168.25.10; DatabaseName=xlhhis"; | |
15 | - // private static String hisUser = "ms"; | |
16 | - // private static String hisPassword = "llfyhis123."; | |
17 | - private static String hisUrl = "jdbc:sqlserver://192.168.5.133; DatabaseName=xlhhis"; | |
18 | - private static String hisUser = "sa"; | |
19 | - private static String hisPassword = "123.com"; | |
14 | + private static String hisUrl = "jdbc:sqlserver://192.168.25.10\\his08; DatabaseName=xlhhis"; | |
15 | + private static String hisUser = "ms"; | |
16 | + private static String hisPassword = "llfyhis123."; | |
17 | + // private static String hisUrl = "jdbc:sqlserver://192.168.5.133; DatabaseName=xlhhis"; | |
18 | + // private static String hisUser = "sa"; | |
19 | + // private static String hisPassword = "123.com"; | |
20 | 20 | |
21 | 21 | public static Connection makeHisConnection() { |
22 | 22 | Connection conn = null; |
platform-operate-api/src/main/resources/spring/applicationContext-quartz.xml
View file @
22db66f
... | ... | @@ -199,9 +199,9 @@ |
199 | 199 | <ref bean="correctSieveOrderTrigger"/> |
200 | 200 | <ref bean="autoInsertIdTrigger"/> |
201 | 201 | <!--乐陵住院系统同步--> |
202 | - <!--<ref bean="synLlHisDataTrigger"/>--> | |
202 | + <ref bean="synLlHisDataTrigger"/> | |
203 | 203 | <!--乐陵住院启动时执行一次--> |
204 | - <!--<ref bean="rsh_simpleTrigger1" />--> | |
204 | + <ref bean="rsh_simpleTrigger1" /> | |
205 | 205 | <!--<ref bean="qhdFmTrigger"/>--> |
206 | 206 | <!--<ref bean="dzfyFmTrigger"/>--> |
207 | 207 | <!--<ref bean="crisisTrigger"/>--> |