| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -22,6 +22,7 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="remark" jdbcType="VARCHAR" property="remark"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="mould_path" jdbcType="VARCHAR" property="mouldPath"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="status" jdbcType="INTEGER" property="status"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="puton_date" jdbcType="TIMESTAMP" property="putonDate"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    </resultMap> | 
		
		
	
	
		
			
				| 
				
				
				
					
				
				 | 
			
			 | 
			@@ -29,7 +30,7 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <sql id="allColumns"> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        `id`, `tenant_id`, `parent_tenant_id`, `type`, `cover_img`, `cover_picture`, `detail_picture`, | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        `title`, `sub_title`, `sex`, `age`, `colour`, `scene_sign`, `sale_price`, `price`, | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        `send_type`, `detail`, `remark`, `mould_path`, `status`, `create_date`, `update_date` | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        `send_type`, `detail`, `remark`, `mould_path`, `status`, `puton_date`, `create_date`, `update_date` | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    </sql> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    <sql id="dynamicWhereConditions"> | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |