|
@@ -356,7 +356,7 @@ public class StatisticalReportImpl implements IStatisticalReportService {
|
|
|
}
|
|
|
}
|
|
|
if(saleSteelReport.size() > 0 && saleSteelReport.get(0) != null){
|
|
|
- saleSteelReport.get(0).put("totalCapacity",set.size() + 1);
|
|
|
+ saleSteelReport.get(0).put("totalCapacity",set.size());
|
|
|
saleSteelReport.get(0).put("totalNumber",totalNumber);
|
|
|
saleSteelReport.get(0).put("filterConsigneeList",filterConsigneeList);
|
|
|
saleSteelReport.get(0).put("filtermaterialNameList",filtermaterialNameList);
|