|
|
@ -52,7 +52,7 @@ public class SysPostController extends BaseController
|
|
|
|
public void export(HttpServletResponse response, SysPost post)
|
|
|
|
public void export(HttpServletResponse response, SysPost post)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
List<SysPost> list = postService.selectPostList(post);
|
|
|
|
List<SysPost> list = postService.selectPostList(post);
|
|
|
|
ExcelUtil<SysPost> util = new ExcelUtil<SysPost>(SysPost.class);
|
|
|
|
ExcelUtil<SysPost> util = new ExcelUtil<>(SysPost.class);
|
|
|
|
util.exportExcel(response, list, "岗位数据");
|
|
|
|
util.exportExcel(response, list, "岗位数据");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|