|
|
@ -59,7 +59,7 @@
|
|
|
|
private RoleDeptMapper roleDeptMapper;
|
|
|
|
private RoleDeptMapper roleDeptMapper;
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private ArchiveConfig archiveConfig;
|
|
|
|
private ArchiveConfig archiveConfig;
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@DataScope(deptAlias = "d")
|
|
|
|
@DataScope(deptAlias = "d")
|
|
|
|
public List<Role> selectRoleList(Role role) {
|
|
|
|
public List<Role> selectRoleList(Role role) {
|
|
|
|
if ("mysql".equals(this.archiveConfig.getDatabaseType())) {
|
|
|
|
if ("mysql".equals(this.archiveConfig.getDatabaseType())) {
|
|
|
|