mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	提供最新的内嵌模式
This commit is contained in:
		@@ -215,7 +215,7 @@ public class RoleServiceImpl implements RoleService {
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public List<RoleDO> getRoles(@Nullable Collection<Integer> statuses) {
 | 
			
		||||
        if (statuses==null) {
 | 
			
		||||
        if (CollUtil.isEmpty(statuses)) {
 | 
			
		||||
    		return roleMapper.selectList();
 | 
			
		||||
		}
 | 
			
		||||
        return roleMapper.selectListByStatus(statuses);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user