开源vue2版本可以看到我的https://gitee.com/nbacheng/nbcio-boot 项目
更多技术支持与服务请加入我的知识星球或加我微信,名称:亿事达nbcio技术交流社区https://t.zsxq.com/iPi8F
声明一下:因为这个项目license问题无法开源,更多技术支持与服务联系本人或加入我的知识星球提供一些技术服务。
初步完成了基于jeecgboot3.9.0的vue3版本的flowable7.2.0的项目,今天讲OA请假单的列表请假单的导出到excel 1、一个是列表记录方式导出到excel
@Operation(summary = \”导出Excel(包含审批意见)\”)
@RequestMapping(value = \”/exportXlsWithOpinions\”, method = RequestMethod.GET)
public ModelAndView exportXlsWithOpinions(HttpServletRequest request, OaLeave query) {
// Default: only export current user\’s bills (same as /list)
String username = flowThirdService.getLoginUser() != null ? flowThirdService.getLoginUser().getUsername() : null;
if (StringUtils.isNotBlank(us




