摘要: 查看本人审批过的历史 public AjaxResult historyFromData(@RequestParam(value = "businessKey",required = false) String businessKey,@RequestParam("applyType") Strin 阅读全文
posted @ 2021-08-02 21:48 LHX2018 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 1. 查询登录用户的待办任务 private List<Task> queryMyTasks(){ String username = SecurityUtils.getUsername(); String roles = String.join(",", tokenService.getLogin 阅读全文
posted @ 2021-08-02 21:44 LHX2018 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: 0.前言 流程实例是与业务相关联的,先介绍一下业务:用户申请物品,领导进行审批(同意/拒绝),同意:流程结束,申请状态为通过;拒绝:流程结束,申请状态为拒绝。 下图为流程图,key为material_apply 可以看到,"销售支持审批"设置的是变量${sale_support_member},逻辑 阅读全文
posted @ 2021-08-02 21:23 LHX2018 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: 1.部署流程模型为流程定义 @PostMapping(value = "/addDeploymentByString") public AjaxResult addDeploymentByString(@RequestParam("stringBPMN") String stringBPMN) { 阅读全文
posted @ 2021-08-02 20:40 LHX2018 阅读(766) 评论(0) 推荐(0) 编辑