Commit be43eec671e871e77f0853867d797770abdffc8f

Authored by liquanyu
1 parent d507a5b980

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/lcfy/ConnTools.java View file @ be43eec
... ... @@ -33,7 +33,7 @@
33 33 Class.forName(cslisDirverClassName);
34 34 conn = DriverManager.getConnection(cslisUrl, cslisUser, cslisPassword);
35 35 }
36   - catch (Exception e)
  36 + catch (Exception e1)
37 37 {
38 38  
39 39 }