userChannelId

This commit is contained in:
苏竹红
2023-07-21 17:38:47 +08:00
parent fb4071d698
commit 95d13c8806

View File

@@ -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">