From b7ceb4f51691b785fece42b395685a0c5e59b4e4 Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Sun, 7 Aug 2022 20:40:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=81=E7=A8=8B=E9=83=A8=E7=BD=B2):?= =?UTF-8?q?=20=E6=95=B4=E7=90=86=E6=B5=81=E7=A8=8B=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B8=AD=E6=97=A0=E6=95=88=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/workflow/service/impl/WfDeployFormServiceImpl.java | 1 - .../com/ruoyi/workflow/service/impl/WfDeployServiceImpl.java | 1 - 2 files changed, 2 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployFormServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployFormServiceImpl.java index 62519eb2..754b8757 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployFormServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployFormServiceImpl.java @@ -128,7 +128,6 @@ public class WfDeployFormServiceImpl implements IWfDeployFormService { throw new ServiceException("表单信息查询错误"); } WfDeployForm deployForm = new WfDeployForm(); - deployForm.setContent(wfForm.getContent()); deployForm.setDeployId(deployId); deployForm.setNodeKey(node.getId()); deployForm.setNodeName(node.getName()); diff --git a/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployServiceImpl.java index 43818005..53649dcb 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/workflow/service/impl/WfDeployServiceImpl.java @@ -60,7 +60,6 @@ public class WfDeployServiceImpl implements IWfDeployService { processDefinitionQuery.suspended(); } } - // SuspensionState.ACTIVE long pageTotal = processDefinitionQuery.count(); if (pageTotal <= 0) { return TableDataInfo.build();