|  | @@ -100,21 +100,11 @@
 | 
	
		
			
				|  |  |      <update id="update" parameterType="com.ym.mec.biz.dal.entity.Goods">
 | 
	
		
			
				|  |  |          UPDATE goods
 | 
	
		
			
				|  |  |          <set>
 | 
	
		
			
				|  |  | -            <if test="studentShowOrganId != null">
 | 
	
		
			
				|  |  |                  student_show_organ_id_ = #{studentShowOrganId},
 | 
	
		
			
				|  |  | -            </if>
 | 
	
		
			
				|  |  | -            <if test="educationShowOrganId != null">
 | 
	
		
			
				|  |  |                  education_show_organ_id_ = #{educationShowOrganId},
 | 
	
		
			
				|  |  | -            </if>
 | 
	
		
			
				|  |  | -            <if test="replacementShowOrganId != null">
 | 
	
		
			
				|  |  |                  replacement_show_organ_id_ = #{replacementShowOrganId},
 | 
	
		
			
				|  |  | -            </if>
 | 
	
		
			
				|  |  | -            <if test="courseFeeShowOrganId != null">
 | 
	
		
			
				|  |  |                  course_fee_show_organ_id_ = #{courseFeeShowOrganId},
 | 
	
		
			
				|  |  | -            </if>
 | 
	
		
			
				|  |  | -            <if test="memberFeeShowOrganId != null">
 | 
	
		
			
				|  |  |                  member_fee_show_organ_id_ = #{memberFeeShowOrganId},
 | 
	
		
			
				|  |  | -            </if>
 | 
	
		
			
				|  |  |              <if test="agreeCostPrice != null">
 | 
	
		
			
				|  |  |                  agree_cost_price_ = #{agreeCostPrice},
 | 
	
		
			
				|  |  |              </if>
 |