|
@@ -250,6 +250,9 @@
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.VipGroup">
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.VipGroup">
|
|
UPDATE vip_group
|
|
UPDATE vip_group
|
|
<set>
|
|
<set>
|
|
|
|
+ <if test="courseStartDate != null">
|
|
|
|
+ courses_start_date = #{courseStartDate},
|
|
|
|
+ </if>
|
|
<if test="paymentExpireDate != null">
|
|
<if test="paymentExpireDate != null">
|
|
payment_expire_date_ = #{paymentExpireDate},
|
|
payment_expire_date_ = #{paymentExpireDate},
|
|
</if>
|
|
</if>
|