|
@@ -105,9 +105,9 @@ public class ReportServiceImpl implements ReportService {
|
|
|
List<ListFactoryCodeReportRes.FactoryCodeReportResBean> reportFactoryRes = PojoConverterUtils.copyList(listFactoryCodeTotalReportVOS, ListFactoryCodeReportRes.FactoryCodeReportResBean.class);
|
|
|
reportFactoryRes.forEach(reportFactoryRe ->{
|
|
|
//需求未定,暂时不做处理
|
|
|
- reportFactoryRe.setQrDownloadNumber(0l);
|
|
|
- reportFactoryRe.setQrNumber(0l);
|
|
|
- reportFactoryRe.setDownloadNumber(0l);
|
|
|
+ reportFactoryRe.setQrDownloadNumber(0L);
|
|
|
+ reportFactoryRe.setQrNumber(0L);
|
|
|
+ reportFactoryRe.setDownloadNumber(0L);
|
|
|
});
|
|
|
res.setFactoryCodeResReportList(reportFactoryRes);
|
|
|
return res;
|