userChannelId
This commit is contained in:
@@ -117,6 +117,9 @@
|
|||||||
<if test="record.recommendPartnerMobile != null">
|
<if test="record.recommendPartnerMobile != null">
|
||||||
recommend_partner_mobile,
|
recommend_partner_mobile,
|
||||||
</if>
|
</if>
|
||||||
|
<if test="record.userChannelId!=null">
|
||||||
|
user_channel_id,
|
||||||
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||||
<if test="record.partnerId != null">
|
<if test="record.partnerId != null">
|
||||||
@@ -167,6 +170,9 @@
|
|||||||
<if test="record.recommendPartnerMobile != null">
|
<if test="record.recommendPartnerMobile != null">
|
||||||
#{record.recommendPartnerMobile},
|
#{record.recommendPartnerMobile},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="record.userChannelId != null">
|
||||||
|
#{record.userChannelId},
|
||||||
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
</insert>
|
</insert>
|
||||||
<update id="updateByPrimaryKeySelective">
|
<update id="updateByPrimaryKeySelective">
|
||||||
|
|||||||
Reference in New Issue
Block a user