feat 合并分支

This commit is contained in:
yinglong zhang
2021-07-04 16:41:37 +08:00
parent a6442d5b8d
commit 531bb9e7ce
6 changed files with 14 additions and 13 deletions
@@ -15,7 +15,8 @@ public class ActDefineStartMap {
Map<String,String> map = new TreeMap<>();
map.put("1","standardLibraryWkflow");
map.put("2","standardSurveyWorkFlow");
return map.get(type);
}
}
}