zjh
5 天以前 769f5f1c452560ab044fee905c1c514c9ca373bb
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);