| | |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, List<Map<String, Object>>> downGlassPrint(DownGlassInfo downGlassInfo){ |
| | | public List<Map<String, List<Map<String, Object>>>> downGlassPrint(DownGlassInfo downGlassInfo){ |
| | | QueryWrapper<DownGlassInfo> queryWrapper = Wrappers.query(); |
| | | queryWrapper.eq("flow_card_id", "NG24080012A001") |
| | | .eq("layer", 1) |
| | |
| | | } |
| | | } |
| | | } |
| | | List<Map<String, List<Map<String, Object>>>> listMap=new ArrayList<>(); |
| | | Map<String, List<Map<String, Object>>> result = new HashMap<>(); |
| | | result.put("detail", projectInfo); |
| | | result.put("detailList", flowCardInfo); |
| | |
| | | } |
| | | result.put("processList", processList); |
| | | } |
| | | return result; |
| | | listMap.add(result); |
| | | return listMap; |
| | | } |
| | | |
| | | } |