| 
					
				 | 
			
			
				@@ -30,6 +30,6 @@ public interface BaseNoticeMapper extends BaseMapper<BaseNotice> { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " and (#{type} is null  or   b.type = #{type})  " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " and (#{startTime} is null  or   to_days(b.release_time) >= to_days(#{startTime}) ) " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             " and (#{entTime} is null  or   to_days(b.release_time) <= to_days(#{entTime}) ) " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            "  ") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            "  order by b.release_time desc") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     List<BaseNotice> query(BaseNoticePageReqVo vo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |