|
@@ -125,7 +125,7 @@ public class BizHousingFundDeclareController extends BaseController {
|
|
|
List<EmployeeExcel> list = getList(vo, employees, employeeExcels);
|
|
|
HashMap<String, Object> map = new HashMap<>();
|
|
|
BizCompany company = companyService.getById(vo.getCompanyId());
|
|
|
- String titleName = vo.getYear() + "年" + vo.getMonth() + "月" + company.getName()+ "公司公积金明细";
|
|
|
+ String titleName = vo.getYear() + "年" + vo.getMonth() + "月" + company.getName()+ "公积金明细";
|
|
|
AtomicReference<BigDecimal> totat1 = new AtomicReference<>(BigDecimal.ZERO);
|
|
|
AtomicReference<BigDecimal> totat2 = new AtomicReference<>(BigDecimal.ZERO);
|
|
|
AtomicReference<BigDecimal> totat3 = new AtomicReference<>(BigDecimal.ZERO);
|