浏览代码

修复病案首页无法获取病历手术的问题

lighter 1 年之前
父节点
当前提交
e8678d6d2d

+ 1 - 1
src/main/java/thyyxxk/webserver/service/inpatient/casefrontsheet/CaseFrontSheetMainService.java

@@ -483,7 +483,7 @@ public class CaseFrontSheetMainService {
                 JSONObject oprtItem = oprtList.getJSONObject(i);
                 JSONObject oprtName;
                 try {
-                    oprtName = oprtItem.getJSONObject("手术名称");
+                    oprtName = oprtItem.getJSONObject("已行手术");
                 } catch (Exception e) {
                     continue;
                 }

+ 1 - 1
src/main/java/thyyxxk/webserver/service/zhuyuanyisheng/emr/EmrServer.java

@@ -452,7 +452,7 @@ public class EmrServer {
      * @return 返回数据
      */
     public JSONArray getPatientSurgery(String patNo, Integer times) {
-        List<String> idList = dao.getDocumentIdByPatietn(patNo, times, "a2a2866054fe11edb28ac955a5f5cad1");
+        List<String> idList = dao.getDocumentIdByPatietn(patNo, times, "shoushujilu");
         JSONArray returnArray = new JSONArray();
         if (ListUtil.isBlank(idList)) {
             return returnArray;