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