修改bug#40983
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user