|
@@ -624,12 +624,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="isDel != null">is_del = #{isDel},</if>
|
|
<if test="isDel != null">is_del = #{isDel},</if>
|
|
|
<if test="userCode != null">user_code = #{userCode},</if>
|
|
<if test="userCode != null">user_code = #{userCode},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
|
+ <if test="level != null">level = #{level},</if>
|
|
|
<if test="createTime != null">create_time = #{createTime},</if>
|
|
<if test="createTime != null">create_time = #{createTime},</if>
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
<if test="lastIp != null">last_ip = #{lastIp},</if>
|
|
<if test="lastIp != null">last_ip = #{lastIp},</if>
|
|
|
<if test="balance != null">balance = #{balance},</if>
|
|
<if test="balance != null">balance = #{balance},</if>
|
|
|
<if test="integralStatus != null">integral_status = #{integralStatus},</if>
|
|
<if test="integralStatus != null">integral_status = #{integralStatus},</if>
|
|
|
<if test="isBuy != null">is_buy = #{isBuy},</if>
|
|
<if test="isBuy != null">is_buy = #{isBuy},</if>
|
|
|
|
|
+ <if test="isShow != null">is_show = #{isShow},</if>
|
|
|
<if test="password != null">password = #{password},</if>
|
|
<if test="password != null">password = #{password},</if>
|
|
|
<if test="jpushId != null">jpush_id = #{jpushId},</if>
|
|
<if test="jpushId != null">jpush_id = #{jpushId},</if>
|
|
|
<if test="isVip != null">is_vip = #{isVip},</if>
|
|
<if test="isVip != null">is_vip = #{isVip},</if>
|