diff --git a/resource/WEB-INF/salaryoptconfig.xml b/resource/WEB-INF/salaryoptconfig.xml index 9e3d53351..c986b7a83 100644 --- a/resource/WEB-INF/salaryoptconfig.xml +++ b/resource/WEB-INF/salaryoptconfig.xml @@ -2,42 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -115,4 +80,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/com/engine/salary/entity/auth/po/AuthRolePO.java b/src/com/engine/salary/entity/auth/po/AuthRolePO.java index 61284e18b..0475c9b08 100644 --- a/src/com/engine/salary/entity/auth/po/AuthRolePO.java +++ b/src/com/engine/salary/entity/auth/po/AuthRolePO.java @@ -16,7 +16,7 @@ import java.util.Date; @Builder @NoArgsConstructor @AllArgsConstructor -@ElogTransform(name = "角色") +@ElogTransform(name = "业务线") public class AuthRolePO { private Long id;