| | |
| | | |
| | | map.put("pipePlanActual",yearCountList); |
| | | //月度生产计划和实际完成 |
| | | List<PipeMonthPlanActual> pipeMonthPlanActuals = bigScreenMapper.pipeMonthPlanActual(companyId); |
| | | map.put("pipeMonthPlanActual",pipeMonthPlanActuals); |
| | | //List<PipeMonthPlanActual> pipeMonthPlanActuals = bigScreenMapper.pipeMonthPlanActual(companyId); |
| | | //map.put("pipeMonthPlanActual",pipeMonthPlanActuals); |
| | | //原料消耗 周月 |
| | | List<MaterialWeekAndMonth> materialWeekAndMonths = bigScreenMapper.materialWeekMonth(companyId); |
| | | map.put("materialWeekAndMonths",materialWeekAndMonths); |
| | | //List<MaterialWeekAndMonth> materialWeekAndMonths = bigScreenMapper.materialWeekMonth(companyId); |
| | | //map.put("materialWeekAndMonths",materialWeekAndMonths); |
| | | //钢筋消耗 |
| | | List<HashMap<String,Object>> steelUseList = bigScreenMapper.querySteelMake(); |
| | | map.put("steelUse",steelUseList); |
| | | //缓存区 |
| | | List<HashMap<String,Object>> restInfo = bigScreenMapper.queryRestInfo(); |
| | | map.put("restInfo",restInfo); |
| | | //水养池 |
| | | List<WaterCulInfo> culInfoList = bigScreenMapper.WaterCulInfo(companyId); |
| | | map.put("waterCulInfo",culInfoList); |