|
@ -47,7 +47,7 @@ public class LogicFlowConfig {
|
47
|
47
|
modelPathMap.put("sec_menu", "flow/menu/model/sec_menu.xml");
|
48
|
48
|
modelPathMap.put("sec_priv_entity", "flow/menu/model/sec_priv_entity.xml");
|
49
|
49
|
modelPathMap.put("sec_role_grant", "flow/role/model/sec_role_grant.xml");
|
50
|
|
modelPathMap.put("sec_user_rel", "flow/role/model/sec_user_rel.xml");
|
|
50
|
modelPathMap.put("sec_role_user_rel", "flow/role/model/sec_role_user_rel.xml");
|
51
|
51
|
modelPathMap.put("sec_role", "flow/role/model/sec_role.xml");
|
52
|
52
|
Iterator<String> it = modelPathMap.values().iterator();
|
53
|
53
|
while (it.hasNext()) {
|
|
@ -58,7 +58,7 @@ public class LogicFlowConfig {
|
58
|
58
|
|
59
|
59
|
public static void initFlow() {
|
60
|
60
|
flowPathMap.put("user_insert", "flow/user/user_insert.xml");
|
61
|
|
flowPathMap.put("user_select", "flow/user/user_select.xml");
|
|
61
|
//flowPathMap.put("user_select", "flow/user/user_select.xml");
|
62
|
62
|
flowPathMap.put("user_select_by_name", "flow/user/user_select_by_name.xml");
|
63
|
63
|
flowPathMap.put("user_select_by_cond", "flow/user/user_select_by_cond.xml");
|
64
|
64
|
flowPathMap.put("user_update_by_cond", "flow/user/user_update_by_cond.xml");
|