| | |
| | | //辐射的标题 |
| | | String title3 = ""; |
| | | if (radiationReportNum > 0) { |
| | | title3 = "辐射方向图参数"; |
| | | title3 = "辐射性能参数"; |
| | | } |
| | | //环境表格 |
| | | List<Map<String, Object>> tables4 = new ArrayList<>(); |
| | |
| | | private void getWord1(String term, InsOrderState insOrderState, List<Map<String, Object>> tables2) { |
| | | AtomicInteger lable = new AtomicInteger(1); |
| | | AtomicInteger index = new AtomicInteger(); |
| | | String title = term + "电路参数"; |
| | | String title = term + "电性能参数"; |
| | | InsSample insSample = insSampleMapper.selectById(insOrderState.getInsSampleId()); |
| | | //查询项目 |
| | | List<InsProduct> insProducts = insProductMapper.selectList(Wrappers.<InsProduct>lambdaQuery() |
| | |
| | | //电路报告用于总报告的方法(无源器件) |
| | | private void getWord2(String term, InsOrderState insOrderState, List<Map<String, Object>> tables2) { |
| | | AtomicInteger index = new AtomicInteger(); |
| | | String title = term + "电路参数"; |
| | | String title = term + "电性能参数"; |
| | | //查询样品 |
| | | InsSample insSample = insSampleMapper.selectById(insOrderState.getInsSampleId()); |
| | | //查询项目 |