修改bug#40983

This commit is contained in:
梁琦涛
2021-10-19 18:35:02 +08:00
parent 1abe68e01d
commit e20efff3c8
@@ -313,7 +313,7 @@ public class PayPackCompanyProjectController extends JeroController<PayPackCompa
p.setEmail(PasswordUtil.decrypt(p.getEmail()));
}
});
String str = JSON.toJSONString(pageList);
String str = JSON.toJSONString(exportList);
List<PayProjectExcel> list = JSONArray.parseArray(str,PayProjectExcel.class);
// Step.3 AutoPoi 导出Excel
ModelAndView mv = new ModelAndView(new JeecgEntityExcelView());