You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apollo-audit/apollo-audit-impl/src/main/java/com/ctrip/framework/apollo/audit/component/ApolloAuditLogApiJpaImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ public void appendDataInfluence(String entityName, String entityId, String field
Copy file name to clipboardExpand all lines: apollo-audit/apollo-audit-impl/src/main/java/com/ctrip/framework/apollo/audit/component/ApolloAuditLogApiNoOpImpl.java
Copy file name to clipboardExpand all lines: apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/registry/configuration/support/ApolloServiceRegistryProperties.java
+1
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ public void setEnabled(boolean enabled) {
Copy file name to clipboardExpand all lines: apollo-common/src/main/java/com/ctrip/framework/apollo/common/datasource/ApolloDataSourceScriptDatabaseInitializerFactory.java
Copy file name to clipboardExpand all lines: apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/defaultimpl/DefaultRoleInitializationService.java
+6
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ public DefaultRoleInitializationService(final RolePermissionService rolePermissi
57
57
}
58
58
59
59
@Transactional
60
+
@Override
60
61
publicvoidinitAppRoles(Appapp) {
61
62
StringappId = app.getAppId();
62
63
@@ -91,6 +92,7 @@ public void initAppRoles(App app) {
0 commit comments