| | |
| | | Map<String, Object> parent = new HashMap<>(); |
| | | Map<String, Object> parent1 = new HashMap<>(); |
| | | TjProject tjProject = projectService.getById(remark.getProId()); |
| | | if (null != tjProject) { |
| | | if (null != tjProject && tjProject.getNeedReport().equals("Y")) { |
| | | parent.put("parent", tjProject.getProName()); |
| | | parent1.put("parent", tjProject.getProName()); |
| | | } else { |
| | | parent.put("parent", null); |
| | | parent1.put("parent", null); |
| | | } |
| | | LambdaQueryWrapper<TjProject> wq2 = new LambdaQueryWrapper<>(); |
| | | wq2.eq(TjProject::getProParentId, remark.getProId()); |
| | | List<Long> sonsTjProjectList = null; |
| | |
| | | return AjaxResult.success("该客户在没有体检项目数据"); |
| | | } |
| | | } |
| | | } |
| | | objectMap.put("list", list); |
| | | objectMap.put("inspectionAdvice", one.getCheckAdvice()); |
| | | objectMap.put("tjAbnormal", abnormalList); |
| | |
| | | } |
| | | return AjaxResult.success("该客户在没有体检项目数据!"); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | LambdaQueryWrapper<TjOrderDetail> wq4 = new LambdaQueryWrapper<>(); |
| | | wq4.eq(TjOrderDetail::getOrderId, one.getOrderId()); |
| | | wq4.in(TjOrderDetail::getProId, "1633660948860522527"); |
| | |
| | | }else { |
| | | objectMap.put("shousuoya", one4.getProResult()); |
| | | } |
| | | |
| | | |
| | | |
| | | LambdaQueryWrapper<TjOrderDetail> wq5 = new LambdaQueryWrapper<>(); |
| | |
| | | return AjaxResult.success(objectMap); |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | return AjaxResult.error("暂无体检报告"); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | @GetMapping("/preview/{flag}/{TjNumber}") |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | /** |