publish 2.0.0.rc37
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.tiesheng.springboot-parent</groupId>
|
||||
<artifactId>springboot-parent</artifactId>
|
||||
<version>2.0.0.rc36</version>
|
||||
<version>2.0.0.rc37</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>springboot-role</artifactId>
|
||||
|
||||
@@ -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")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user