|  | @@ -82,10 +82,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 | 
	
		
			
				|  |  |              <if test="fStatus != null  and fStatus != ''"> and tc.f_status = #{fStatus}</if>
 | 
	
		
			
				|  |  |              <if test="fOpctnstatus != null  and fOpctnstatus != ''">and f_opctnstatus = #{fOpctnstatus}</if>
 | 
	
		
			
				|  |  |              <if test='cLoadDate != null and cLoadDate[0] != null and cLoadDate[0]!= ""'>
 | 
	
		
			
				|  |  | -                and tc.fUpdatetime >= #{cLoadDate[0]}
 | 
	
		
			
				|  |  | +                and tc.f_updatetime >= #{cLoadDate[0]}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |              <if test='cLoadDate != null and cLoadDate[1] != null and cLoadDate[1]!= ""'>
 | 
	
		
			
				|  |  | -                and tc.fUpdatetime <= #{cLoadDate[1]}
 | 
	
		
			
				|  |  | +                and tc.f_updatetime <= #{cLoadDate[1]}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |          </where>
 | 
	
		
			
				|  |  |          ORDER BY tc.f_updatetime desc,tc.f_no
 |