Commit 429bed0ee4af72d0c75a86bc269726708665c9ae

Authored by gengxiaokai
1 parent 508bae02de

诸城初诊,复诊接口

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ConnTools.java View file @ 429bed0
... ... @@ -20,7 +20,7 @@
20 20 private static String fmPassword = "lyms123";
21 21  
22 22 private static String czDirverClassName = "com.mysql.jdbc.Driver";
23   - private static String czUrl = "jdbc:mysql://119.90.57.26:3306/platform?useUnicode=true&characterEncoding=utf8";
  23 + private static String czUrl = "jdbc:mysql://192.168.11.98:3306/platform?useUnicode=true&characterEncoding=utf8";
24 24 private static String czUser = "platform";
25 25 private static String czPassword = "platform123";
26 26