|  | @@ -35,7 +35,7 @@
 | 
	
		
			
				|  |  |                  AND menu_id_ = #{menuId}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |              <if test="search != null and search != '' ">
 | 
	
		
			
				|  |  | -                AND (name_ like concat('%', #{menuId} '%') )
 | 
	
		
			
				|  |  | +                AND (name_ like concat('%', #{search} '%') )
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |          </where>
 | 
	
		
			
				|  |  |          <include refid="global.limit"/>
 | 
	
	
		
			
				|  | @@ -54,7 +54,7 @@
 | 
	
		
			
				|  |  |                  AND sm.menu_id_ = #{menuId}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |              <if test="search != null and search != '' ">
 | 
	
		
			
				|  |  | -                AND (name_ like concat('%', #{menuId} '%') )
 | 
	
		
			
				|  |  | +                AND (name_ like concat('%', #{search} '%') )
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |          </where>
 | 
	
		
			
				|  |  |          <include refid="global.limit"/>
 |