feat 改回注册中心配置

This commit is contained in:
yinglong zhang
2021-07-07 09:53:29 +08:00
parent 1ea0d09cb0
commit 9a00280ba0
4 changed files with 16 additions and 13 deletions
@@ -18,7 +18,7 @@ public class ActDefineStartMap {
map.put("2","standardSurveyWorkFlow");
map.put("3","standardCommentProcessWorkFlow");
map.put("3","standardregulatoryinventory");
map.put("4","standardregulatoryinventory");
return map.get(type);
}
}