Commit d4ad0b30727a70050dbaf55554aad9231a07ee67

Authored by liquanyu
1 parent 07d2f57b89

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
... ... @@ -853,6 +853,7 @@
853 853 } else if (2 == certType) {
854 854 patientsQuery.setVcCardNo(certNo);
855 855 }
  856 + patientsQuery.setExtSource(false);
856 857  
857 858 //patientsQuery.setHospitalId(hospitalId);
858 859 patientsQuery.setType(1);