| 
					
				 | 
			
			
				@@ -57,9 +57,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="status != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				status_ = #{status}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<if test="effectiveExpireTime != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				effective_expire_time_ = #{effectiveExpireTime}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="startDate != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				start_date_ = #{startDate}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -75,9 +72,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="effectiveType != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				effective_type_ = #{effectiveType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<if test="deadline != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				effective_start_time_ = #{effectiveStartTime}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				effective_expire_time_ = #{effectiveExpireTime}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				deadline_ = #{deadline}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="stockCount != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				stock_count_ = #{stockCount}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -87,9 +84,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="description != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				description_ = #{description}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<if test="effectiveStartTime != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				effective_start_time_ = #{effectiveStartTime}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<if test="consumeNum != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				consume_num_ = #{consumeNum}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</if> 
			 |