欢迎光临
我们一直在努力

基于Jeecgboot3.9.0的flowable7.2.0流程增加一个OA请假单功能例子(四)

开源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

赞(0)
未经允许不得转载:171主机测评 » 基于Jeecgboot3.9.0的flowable7.2.0流程增加一个OA请假单功能例子(四)
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址