feat 改回注册中心配置

This commit is contained in:
yinglong zhang
2021-07-09 11:05:46 +08:00
parent ffe3b2b8c3
commit 3b0fbb34d1
@@ -17,9 +17,11 @@ public class ActDefineStartMap {
map.put("1","standardLibraryWkflow");
map.put("2","standardSurveyWorkFlow");
map.put("3","standardCommentProcessWorkFlow");
map.put("4","standardregulatoryinventory");
map.put("5","projectEvaluationProcess");
map.put("8","nonConformanceRectificationKey");
return map.get(type);
}
}