|  | @ -694,7 +694,8 @@ public class ArticleDao {
 | 
	
		
			
				|  |  | 			param.append(" and UserScope <= ? ");
 | 
	
		
			
				|  |  | 			sql.addParamValue(Integer.valueOf(vo.getOperatorRoleLevel())-1);
 | 
	
		
			
				|  |  | 		}else{
 | 
	
		
			
				|  |  | 			sql.addParamValue(3);
 | 
	
		
			
				|  |  |             param.append(" and UserScope <= 3 ");
 | 
	
		
			
				|  |  | //			sql.addParamValue(3);
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 		if(StringUtil.isNotEmpty(vo.getRoleType())) {
 | 
	
		
			
				|  |  | 			param.append(" and RoleType = ? ");
 |