Explorar o código

socket消息相关

lighter %!s(int64=3) %!d(string=hai) anos
pai
achega
87c728cc80

+ 1 - 0
src/main/java/thyyxxk/sizyfeeoprnsystm/service/SiZyFeeService.java

@@ -210,6 +210,7 @@ public class SiZyFeeService {
                 JSONObject socketMsg = new JSONObject();
                 socketMsg.put("name", "uploadFeeResponse");
                 socketMsg.put("patNo", p.getInpatientNo());
+                socketMsg.put("patName", p.getName());
                 socketMsg.put("times", p.getAdmissTimes());
                 socketMsg.put("ledgerSn", p.getLedgerSn());
                 socketMsg.put("message", message);

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

@@ -27,8 +27,7 @@ mybatis:
   configuration:
     map-underscore-to-camel-case: true
 
-#si-api-url: http://10.136.68.158:22005/isp-api/powercsb/1101
-si-api-url: http://10.93.28.228:80/isp-api/powercsb/1101
+si-api-url: http://mbs.hun.hsip.gov.cn:20001/isp-api/powercsb/1101
 si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
 si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
 upld-notify-url: http://172.16.32.160:8706/socketMessage

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

@@ -34,8 +34,7 @@ mybatis:
   configuration:
     map-underscore-to-camel-case: true
 
-#si-api-url: http://10.136.68.158:22005/isp-api/powercsb/1101
-si-api-url: http://10.93.28.228:80/isp-api/powercsb/1101
+si-api-url: http://mbs.hun.hsip.gov.cn:20001/isp-api/powercsb/1101
 si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
 si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
 upld-notify-url: http://localhost:8706/socketMessage