| | |
| | | Date dates = new Date(); |
| | | String jytbfs = configService.selectConfigByKey("jytbfs"); |
| | | AjaxResult result; |
| | | if (StrUtil.isNotBlank(jytbfs) && jytbfs.equalsIgnoreCase("Y")){ |
| | | if (StrUtil.isBlank(jytbfs) || jytbfs.equalsIgnoreCase("Y")){ |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("his_registration_id", order.getCardId()); |
| | | map.put("ksbm", ""); |
| | |
| | | /*同步检查 his存储过程*/ |
| | | String jctbfs = configService.selectConfigByKey("jctbfs"); |
| | | AjaxResult results = null; |
| | | if (jctbfs.equalsIgnoreCase("Y")) { |
| | | if (StrUtil.isBlank(jctbfs) || jctbfs.equalsIgnoreCase("Y")) { |
| | | results = service.getHISDataNew("Getexamreportinfo", maps); |
| | | } else { |
| | | results = jcsqdService.getTjJcProByHisCall("体检中心", order.getCardId(), "''", 100, 1, "'1'"); |