瀏覽代碼

门诊医保业务

lighter_217 2 月之前
父節點
當前提交
a5f3c9c454

+ 0 - 3
src/main/java/thyyxxk/webserver/service/externalhttp/SiMzSrvc.java

@@ -50,9 +50,6 @@ public interface SiMzSrvc {
     @Get("{url}/isPatientDuringSiSettle?patientId={patientId}")
     ResultVo<Integer> isPatientDuringSiSettle(@Var("url") String url, @Var("patientId") String patientId);
 
-    @Post("http://172.16.32.166:1100/siMzApi/getZgmztczf")
-    ResultVo<Integer> getZgmztczf(@JSONBody MzVisit mzVisit);
-
     @Post("{url}/createRxPdf")
     ResultVo<String> createRxPdf(@Var("url") String url, @JSONBody RxPreCheckRequest param);
 

+ 0 - 2
src/main/java/thyyxxk/webserver/service/medicalinsurance/SiMzService.java

@@ -149,7 +149,6 @@ public class SiMzService {
                     List<OrderNo> orderNos = getOrderNos(patNo, tempTimes, mzVisit.getReceiptNo(), orderReceiptsMap);
                     childResult.put("orderNos", orderNos);
                     childResult.put("mzReceipts", orderReceiptsMap);
-                    childResult.put("zgmztczf", mzSrvc.getZgmztczf(mzVisit).getData());
                     finalResult.add(childResult);
                 }
             }
@@ -167,7 +166,6 @@ public class SiMzService {
             mzVisit.setPatientId(patNo);
             mzVisit.setTimes(depositFile.getTimes());
             mzVisit.setReceiptNo(depositFile.getReceiptNo());
-            depositFile.setZgmztczf(mzSrvc.getZgmztczf(mzVisit).getData());
         }
         return ResultVoUtil.success(mzChargeList);
     }

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

@@ -140,7 +140,7 @@ si-zy-fee-url: http://172.16.32.166:1000
 si-mz-fee-url: http://172.16.32.166:1100/mzFee
 si-injury-fee-url: http://172.16.32.163:2100/siInjury
 si-injury-systm-url: http://172.16.32.163:2000/siInjury
-thmz-api-url: http://172.16.32.160:81/thmz
+thmz-api-url: http://130.150.161.72:8089/thmz
 rmHkUserApi: http://172.16.32.167:20923/thyy/api/haikang/door/destructionUser
 
 thyy: