|
|
|
@ -1076,7 +1076,11 @@ public class ReportServiceImpl implements ReportService {
|
|
|
|
|
|
|
|
|
|
List<Map<String, String>> capacityLoadList = null;
|
|
|
|
|
try {
|
|
|
|
|
capacityLoadList = reportMapper.capacityLoad(workCenter);
|
|
|
|
|
if (workCenter != null){
|
|
|
|
|
capacityLoadList = reportMapper.capacityLoadAllInfo(workCenter);
|
|
|
|
|
}else {
|
|
|
|
|
capacityLoadList = reportMapper.capacityLoad(workCenter);
|
|
|
|
|
}
|
|
|
|
|
result.put("capacityLoadList",capacityLoadList);
|
|
|
|
|
Float planCapacity = 0f;
|
|
|
|
|
Float standardCapacity = 0f;
|
|
|
|
|