zjh
2024-07-18 02b779f938e553a995717cfc5ef11d9fc5d4e657
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCheckController.java
@@ -469,13 +469,27 @@
                        }
                    }
                    //同步检查
                    Map<String, Object> maps = new HashMap<>();
                    maps.put("his_registration_id", order.getCardId());
                    maps.put("ksbm", "体检中心");
                    maps.put("pagecount", 100);
                    maps.put("page", 1);
                    AjaxResult results = service.getHISDataNew("Getexamreportinfo", maps);
                    /*同步检查 his接口*/
//                    Map<String, Object> maps = new HashMap<>();
//                    maps.put("his_registration_id", order.getCardId());
//                    maps.put("ksbm", "体检中心");
//                    maps.put("pagecount", 100);
//                    maps.put("page", 1);
//                    AjaxResult results = service.getHISDataNew("Getexamreportinfo", maps);
                    /*同步检查 his存储过程*/
                    Map<String, Object> mapss = new HashMap<>();
                    mapss.put("ksmc", "体检中心");
                    mapss.put("str_in",order.getCardId());
                    mapss.put("brid","''");
                    mapss.put("pagecount", 100);
                    mapss.put("page", 1);
                    mapss.put("status","'1'");
                    AjaxResult results = jcsqdService.getTjJcProByHisCall(mapss);
                    if (Integer.parseInt(results.get("code").toString()) == 200) {
                        List<Map<String, Object>> datas = (List<Map<String, Object>>) results.get("data");
                        if(null !=datas && datas.size()>0){