|
|
@ -188,7 +188,7 @@ public class EngineerPageControler { |
|
|
|
action.put("key", method.getName()); |
|
|
|
action.put("name", actionAnnotation.name()); |
|
|
|
action.put("group", actionAnnotation.group()); |
|
|
|
action.put("groupOrder", actionAnnotation.groupOrder()); |
|
|
|
action.put("groupOrder", actionAnnotation.order()); |
|
|
|
action.put("order", actionAnnotation.order()); |
|
|
|
action.put("newline", actionAnnotation.newline()); |
|
|
|
|
|
|
|