| | |
| | | hashMap.put("examNo", examNo); |
| | | hashMap.put("name", name); |
| | | log.info("作废检查 ->{}", JSONUtil.toJsonStr(hashMap)); |
| | | return getMethodService.getPacsData("updatePacsApply", hashMap); |
| | | // TODO 暂不发出pacs请求 |
| | | // return getMethodService.getPacsData("updatePacsApply", hashMap); |
| | | JSONObject object = JSONUtil.createObj(); |
| | | object.putOpt("ResultCode","1"); |
| | | return AjaxResult.success().put("data",JSONUtil.toJsonStr(object)); |
| | | } |
| | | |
| | | public Boolean save(TjOrder tjOrder, TjCustomer tjCustomer, List<TbTransition> detailList) { |
| | | if (true) |
| | | return true; |
| | | JSONArray array = JSONUtil.createArray(); |
| | | ArrayList<SavePacsApply> errorPacsList = new ArrayList<>(); |
| | | ArrayList<SavePacsApply> successPacsList = new ArrayList<>(); |