zhaowenxuan
6 天以前 a1808ba0ff1ccc2efacb69c1033054dbaab8687f
ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethod.java
@@ -2917,7 +2917,7 @@
        List<String> jysqdh = orderService.getHuoQuJysqdh(order.getCardId());
            //2.1.6.5 作废门诊检查申请
            if (null != jcsqdh && jcsqdh.size()>0) {
            if (null != jcsqdh && !jcsqdh.isEmpty()) {
                for (String s : jcsqdh) {
                    AjaxResult result = controller.Outpindelexamapply(order.getCardId(), ysbm, s);
                    String result1 = getAjaxResult(result);