Commit 3d585557 authored by zhangsen's avatar zhangsen

竣工结项配置文件提交

parent 711c7322
......@@ -392,7 +392,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD
dto.setProcessDefinitionKey(completedProjectDefinitionKey);
dto.setBusinessKey("1");
HashMap<String, Object> dtoMap = new HashMap<>();
dtoMap.put("condition", "1");
dtoMap.put("condition", overProjectDto.getCondition());
dto.setVariables(dtoMap);
AjaxResult ajaxResult = Workflow.taskClient.startByVariable(dto);
instanceId = ((Map) ajaxResult.get("data")).get("id").toString();
......
......@@ -32,6 +32,8 @@ params.work.flow.problemDefinitionKey=zhiliangwentiliucheng
params.work.flow.manualProcessingKey=rengongchuliliucheng
amos.secret.key=qaz
#竣工结项流程 key
params.work.flow.completedProjectDefinitionKey=jungongjiexiangliucheng
ugp.sms.tempCode=SMS_UGP_0007
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment