| | |
| | | inspectionResultVo.setWeekOfMonth((Integer)r.get("weekOfMonth")); |
| | | inspectionResultVo.setInsResult((String)r.get("insResult")); |
| | | listS.add(inspectionResultVo); |
| | | |
| | | hashMap.put("dataList",listS);//---- |
| | | maps.add(hashMap); |
| | | } |
| | | }else{ |
| | |
| | | inspectionResultVo.setInspectionUserName((String)map.get("inspectionUserName")); |
| | | inspectionResultVo.setWeekOfMonth((Integer)map.get("weekOfMonth")); |
| | | listIn.add(inspectionResultVo); |
| | | hashMap.put("dataList",listIn);//--- |
| | | hashMap.put("dataList",listIn); |
| | | } |
| | | }else{ |
| | |
| | | inspectionResultVo.setWeekOfMonth((Integer)map.get("weekOfMonth")); |
| | | listRe.add(inspectionResultVo); |
| | | hashMap.put("dataList",listRe); |
| | | |
| | | maps3.add(hashMap);//--- |
| | | } |
| | | }else{ |
| | | HashMap<String, Object> hashMap = new HashMap<>(); |