From 02ced282179511ba05d50baf63ac74b53ec71f93 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期四, 13 六月 2024 15:50:02 +0800
Subject: [PATCH] 撤销调用his作废

---
 ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java
index bdb7156..9fbfd53 100644
--- a/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java
+++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java
@@ -54,9 +54,9 @@
     public AjaxResult Outpincreateapply (TjCustomer customer) {
         Map<String, Object> map = new HashMap<> ();
         if (null != customer.getPationId () && !customer.getPationId().equals("0")) {
-            map.put ("pationid", customer.getPationId ());
+            map.put ("Pationid", customer.getPationId ());
         } else {
-            map.put ("pationid", null);
+            map.put ("Pationid", null);
         }
         map.put ("brxm", customer.getCusName ());
         map.put ("brxb", customer.getCusSex ());
@@ -204,7 +204,7 @@
         Map<String, Object> map = new HashMap<> ();
         map.put ("his_registration_id", hisRegistrationId);
         map.put ("czybm", czybm);
-        map.put ("zflxbm", sqdh);
+        map.put ("sqdh", sqdh);
         String post = HttpClientUtils.sendPost (HIS_URL+"Outpindeltestapply", map);
         return AjaxResult.success ().put ("data", post);
     }
@@ -238,7 +238,7 @@
         Map<String, Object> map = new HashMap<> ();
         map.put ("his_registration_id", hisRegistrationId);
         map.put ("czybm", czybm);
-        map.put ("zflxbm", sqdh);
+        map.put ("sqdh", sqdh);
         String post = HttpClientUtils.sendPost (HIS_URL+"Outpindelexamapply", map);
         return AjaxResult.success ().put ("data", post);
     }
@@ -269,7 +269,7 @@
         Map<String, Object> map = new HashMap<> ();
         map.put ("his_registration_id", hisRegistrationId);
         map.put ("czybm", czybm);
-        map.put ("zflxbm", sqdh);
+        map.put ("sqdh", sqdh);
         String post = HttpClientUtils.sendPost (HIS_URL+"Outpindelmedapply", map);
         return AjaxResult.success ().put ("data", post);
     }
@@ -300,7 +300,7 @@
         Map<String, Object> map = new HashMap<> ();
         map.put ("his_registration_id", hisRegistrationId);
         map.put ("czybm", czybm);
-        map.put ("zflxbm", sqdh);
+        map.put ("sqdh", sqdh);
         String post = HttpClientUtils.sendPost (HIS_URL+"Outpintdelreatapply", map);
         return AjaxResult.success ().put ("data", post);
     }

--
Gitblit v1.8.0