|
@@ -55,37 +55,37 @@
|
|
|
channel_origin = #{channelOrigin},
|
|
channel_origin = #{channelOrigin},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="userType !=null">
|
|
<if test="userType !=null">
|
|
|
- user_type = #{userType}
|
|
|
|
|
|
|
+ user_type = #{userType},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="totalVideo !=null">
|
|
<if test="totalVideo !=null">
|
|
|
- total_video = #{totalVideo}
|
|
|
|
|
|
|
+ total_video = #{totalVideo},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="totalIncome !=null">
|
|
<if test="totalIncome !=null">
|
|
|
- total_income = #{totalIncome}
|
|
|
|
|
|
|
+ total_income = #{totalIncome},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="redPacketBalance !=null">
|
|
<if test="redPacketBalance !=null">
|
|
|
- red_packet_balance = #{redPacketBalance}
|
|
|
|
|
|
|
+ red_packet_balance = #{redPacketBalance},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="redPacketAmount !=null">
|
|
<if test="redPacketAmount !=null">
|
|
|
- red_packet_amount = #{redPacketAmount}
|
|
|
|
|
|
|
+ red_packet_amount = #{redPacketAmount},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="pointsBalance !=null">
|
|
<if test="pointsBalance !=null">
|
|
|
- points_balance = #{pointsBalance}
|
|
|
|
|
|
|
+ points_balance = #{pointsBalance},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="pointsTotal !=null">
|
|
<if test="pointsTotal !=null">
|
|
|
- points_total = #{pointsTotal}
|
|
|
|
|
|
|
+ points_total = #{pointsTotal},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="withdrawTotal !=null">
|
|
<if test="withdrawTotal !=null">
|
|
|
- withdraw_total = #{withdrawTotal}
|
|
|
|
|
|
|
+ withdraw_total = #{withdrawTotal},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="signDays !=null">
|
|
<if test="signDays !=null">
|
|
|
- sign_days = #{signDays}
|
|
|
|
|
|
|
+ sign_days = #{signDays},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="userStatus !=null">
|
|
<if test="userStatus !=null">
|
|
|
- user_status = #{userStatus}
|
|
|
|
|
|
|
+ user_status = #{userStatus},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="lockReason !=null">
|
|
<if test="lockReason !=null">
|
|
|
- lock_reason = #{lockReason}
|
|
|
|
|
|
|
+ lock_reason = #{lockReason},
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where user_id = #{userId}
|
|
where user_id = #{userId}
|