| 
					
				 | 
			
			
				@@ -10,7 +10,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="address_" jdbcType="VARCHAR" property="address"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="email_" jdbcType="VARCHAR" property="email"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="logo_" jdbcType="VARCHAR" property="logo"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <result column="customer_service_phone" jdbcType="VARCHAR" property="customerServicePhone"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <result column="customer_service_phone_" jdbcType="VARCHAR" property="customerServicePhone"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="remark_" jdbcType="VARCHAR" property="remark"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="domain_name_" jdbcType="VARCHAR" property="domainName"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="data_source_" jdbcType="VARCHAR" property="dataSource"/> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -20,13 +20,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="created_time_" jdbcType="TIMESTAMP" property="createdTime"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="updated_by_" jdbcType="INTEGER" property="updatedBy"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <result column="updated_time_" jdbcType="TIMESTAMP" property="updatedTime"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <result column="tsign_code_" jdbcType="VARCHAR" property="tsignCode"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <result column="tsign_name_" jdbcType="VARCHAR" property="tsignName"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </resultMap> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <!--    <include refid="Base_Column_List"/>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <sql id="Base_Column_List"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         id_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        , name_, contacts_, phone_, address_, email_, logo_, customer_service_phone,remark_ ,domain_name_, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    data_source_, pay_state_, state_, created_by_, created_time_, updated_by_, updated_time_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        , name_, contacts_, phone_, address_, email_, logo_, customer_service_phone_, remark_, domain_name_, data_source_, pay_state_, state_, created_by_, created_time_, updated_by_, updated_time_, tsign_code_, tsign_name_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </sql> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <update id="opsTenantState" parameterType="object"> 
			 |