|  | @@ -151,7 +151,6 @@
 | 
	
		
			
				|  |  |  		LEFT JOIN sys_dict_data prs ON prs.dict_value = t.f_cntrsize
 | 
	
		
			
				|  |  |          AND prs.dict_type = 'f_cntrsize'
 | 
	
		
			
				|  |  |          where tc.f_id = #{fId}
 | 
	
		
			
				|  |  | -        ORDER BY  CONVERT(tc.f_name USING gbk) asc
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <insert id="insertTCntrno" parameterType="TCntrno">
 | 
	
	
		
			
				|  | @@ -305,7 +304,7 @@ FROM
 | 
	
		
			
				|  |  |  	) car ON container.地点 = car.f_updateaddress
 | 
	
		
			
				|  |  |  	<where>
 | 
	
		
			
				|  |  |          <if test="tCntrno.fUpdateaddress != null and tCntrno.fUpdateaddress != ''">
 | 
	
		
			
				|  |  | -        container.地点 =  like concat('%', #{tCntrno.fUpdateaddress}, '%')</if>
 | 
	
		
			
				|  |  | +        container.地点   like concat('%', #{tCntrno.fUpdateaddress}, '%')</if>
 | 
	
		
			
				|  |  |      </where>
 | 
	
		
			
				|  |  |     </select>
 | 
	
		
			
				|  |  |  
 |