|
|
@@ -1002,7 +1002,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
list2.add(out2);
|
|
|
}
|
|
|
NewExcelUtil<outPaymentListFinance> excelUtil=new NewExcelUtil<>(outPaymentListFinance.class);
|
|
|
- return excelUtil.exportExcel(list2, "财务成本列表", response);
|
|
|
+ return excelUtil.exportExcel(list2, "财务成本列表");
|
|
|
}else {
|
|
|
List<outPaymentListPatent> list3=new ArrayList<outPaymentListPatent>();
|
|
|
for (outPaymentList out : list) {
|
|
|
@@ -1027,7 +1027,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
list3.add(out3);
|
|
|
}
|
|
|
NewExcelUtil<outPaymentListPatent> p=new NewExcelUtil<>(outPaymentListPatent.class);
|
|
|
- return p.exportExcel(list3, "专利成本列表", response);
|
|
|
+ return p.exportExcel(list3, "专利成本列表");
|
|
|
}
|
|
|
}
|
|
|
|