‘chenzhilei’ 3 ماه پیش
والد
کامیت
d6e9d6d15a

+ 3 - 1
src/main/resources/application-demo.yml

@@ -22,6 +22,8 @@ web:
   upload:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
+pay:
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
     #date-format: "yyyy-MM-dd HH:mm:ss"
@@ -207,7 +209,7 @@ rationalUseOfMedicineUrl: "http://172.16.32.121:8016/Audit.ashx"
 misPossUrl:  "http://172.16.32.201:8080/ccbmis/transaction/"
 
 #pacs检查地址
-pacsUrl: http://172.16.32.122:8099
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 
 #健康宣教
 healthEducationUrl: https://staticweb.hnthyy.cn/healthEducation

+ 5 - 3
src/main/resources/application-dev.yml

@@ -22,6 +22,8 @@ web:
   upload:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
+pay:
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
     #date-format: "yyyy-MM-dd HH:mm:ss"
@@ -40,9 +42,9 @@ spring:
       max-request-size: 1000MB
   datasource:
     his:
-      jdbc-url: "jdbc:sqlserver://localhost:1433;databaseName=demohisdb"
+      jdbc-url: "jdbc:sqlserver://localhost:1433;databaseName=hisdb"
       username: "sa"
-      password: "sqlserver9527"
+      password: "root"
       driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
     durid:
       #type: com.alibaba.druid.pool.DruidDataSource
@@ -226,7 +228,7 @@ rationalUseOfMedicineUrl: "http://172.16.32.121:8016/Audit.ashx"
 misPossUrl:  "http://172.16.32.201:8080/ccbmis/transaction/"
 
 #pacs检查地址
-pacsUrl: http://172.16.32.122:8099
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 
 #健康宣教
 healthEducationUrl: https://staticweb.hnthyy.cn/healthEducation

+ 3 - 1
src/main/resources/application-hh.yml

@@ -21,6 +21,8 @@ web:
   upload:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
+pay:
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
     #date-format: "yyyy-MM-dd HH:mm:ss"
@@ -163,7 +165,7 @@ misPossUrl: "http://130.150.161.72:8080/ccbmis/transaction/"
 #健康宣教
 healthEducationUrl: https://tbd
 #pacs检查地址
-pacsUrl: http://tbd
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 #微信支付链接
 wxPayQrUrl: https://tbd
 

+ 1 - 1
src/main/resources/application-mhyy.yml

@@ -183,7 +183,7 @@ misPossUrl: "http://130.150.161.72:8080/ccbmis/transaction/"
 #健康宣教
 healthEducationUrl: https://tbd
 #pacs检查地址
-pacsUrl: http://tbd
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 #微信支付链接
 wxPayQrUrl: https://tbd
 

+ 3 - 1
src/main/resources/application-pnfy.yml

@@ -21,6 +21,8 @@ web:
   upload:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
+pay:
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
     #date-format: "yyyy-MM-dd HH:mm:ss"
@@ -163,7 +165,7 @@ misPossUrl: "http://172.16.20.108:8080/ccbmis/transaction/"
 #健康宣教
 healthEducationUrl: https://tbd
 #pacs检查地址
-pacsUrl: http://tbd
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 #微信支付链接
 wxPayQrUrl: https://tbd
 

+ 3 - 1
src/main/resources/application-prod.yml

@@ -21,6 +21,8 @@ web:
   upload:
     #    path: E:/project/medical_pension/uploadroot
     path: ../uploadroot
+pay:
+  url: http://130.150.161.113:7001/pay/NongPay
 spring:
   #jackson:
     #date-format: "yyyy-MM-dd HH:mm:ss"
@@ -163,7 +165,7 @@ misPossUrl: "http://172.16.20.108:8080/ccbmis/transaction/"
 #健康宣教
 healthEducationUrl: https://tbd
 #pacs检查地址
-pacsUrl: http://tbd
+pacsUrl: http://130.150.161.177:8099/FilmList.php
 #微信支付链接
 wxPayQrUrl: https://tbd
 

+ 1 - 1
src/main/resources/static/js/mz/clinic.js

@@ -16358,7 +16358,7 @@ function openPacsJc() {
         }
         if(res.code == 0 ){
             let patientId = $("#patientId").text();
-            let pacsurl =  res.data +"/Index.htm?CLINICALNUM="+patientId
+            let pacsurl =  res.data +"?patient_no="+patientId
             window.open(pacsurl, '_blank');
         }else {
             errorMesage(res)