refactor(流程部署): 整理流程部署中无效的代码

This commit is contained in:
konbai
2022-08-07 20:40:04 +08:00
parent b6c6813498
commit b7ceb4f516
2 changed files with 0 additions and 2 deletions

View File

@@ -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());

View File

@@ -60,7 +60,6 @@ public class WfDeployServiceImpl implements IWfDeployService {
processDefinitionQuery.suspended();
}
}
// SuspensionState.ACTIVE
long pageTotal = processDefinitionQuery.count();
if (pageTotal <= 0) {
return TableDataInfo.build();