|  | @@ -125,6 +125,7 @@
 | 
	
		
			
				|  |  |          round(ifnull(avg(t.comment_score),0),2) AS score
 | 
	
		
			
				|  |  |          from core_drill_task t inner join sys_org o on t.org_id = o.id
 | 
	
		
			
				|  |  |          <where>
 | 
	
		
			
				|  |  | +            and o.is_lock=0 and o.deleted=0
 | 
	
		
			
				|  |  |              <if test="request.orgPath != null">
 | 
	
		
			
				|  |  |                  and o.path like concat(#{request.orgPath}, '%')
 | 
	
		
			
				|  |  |              </if>
 |