publish 2.0.0.rc37

This commit is contained in:
曾文豪
2024-08-22 17:13:29 +08:00
parent 7b43ae3ce1
commit 6949f50c7c
13 changed files with 24 additions and 24 deletions

View File

@@ -278,8 +278,8 @@ public class CoreRoleService extends TsServiceBase<CoreRoleGroupMapper, CoreRole
}
coreRoleAuthorityMapper.delete(new QueryWrapper<CoreRoleAuthority>()
.ne("service", globalConfig.getService())
.ne("version", version)
.eq("service", globalConfig.getService())
.eq("source", "auto")
);