Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -85,6 +85,24 @@
|
||||
<if test="record.updateTime != null">
|
||||
update_time,
|
||||
</if>
|
||||
<if test="record.shopCode != null">
|
||||
shop_code,
|
||||
</if>
|
||||
<if test="record.shopName != null">
|
||||
shop_name,
|
||||
</if>
|
||||
<if test="record.shopId != null">
|
||||
shop_id,
|
||||
</if>
|
||||
<if test="record.recommendPartnerId != null">
|
||||
recommend_partner_id,
|
||||
</if>
|
||||
<if test="record.recommendPartnerName != null">
|
||||
recommend_partner_name,
|
||||
</if>
|
||||
<if test="record.recommendPartnerMobile != null">
|
||||
recommend_partner_mobile,
|
||||
</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="record.partnerId != null">
|
||||
@@ -117,6 +135,24 @@
|
||||
<if test="record.updateTime != null">
|
||||
#{record.updateTime},
|
||||
</if>
|
||||
<if test="record.shopCode != null">
|
||||
#{record.shopCode},
|
||||
</if>
|
||||
<if test="record.shopName != null">
|
||||
#{record.shopName},
|
||||
</if>
|
||||
<if test="record.shopId != null">
|
||||
#{record.shopId},
|
||||
</if>
|
||||
<if test="record.recommendPartnerId != null">
|
||||
#{record.recommendPartnerId},
|
||||
</if>
|
||||
<if test="record.recommendPartnerName != null">
|
||||
#{record.recommendPartnerName},
|
||||
</if>
|
||||
<if test="record.recommendPartnerMobile != null">
|
||||
#{record.recommendPartnerMobile},
|
||||
</if>
|
||||
</trim>
|
||||
</insert>
|
||||
<update id="updateByPrimaryKeySelective">
|
||||
@@ -152,6 +188,24 @@
|
||||
<if test="record.updateTime != null">
|
||||
update_time = #{record.updateTime},
|
||||
</if>
|
||||
<if test="record.shopCode != null">
|
||||
shop_code = #{record.shopCode},
|
||||
</if>
|
||||
<if test="record.shopName != null">
|
||||
shop_name = #{record.shopName},
|
||||
</if>
|
||||
<if test="record.shopId != null">
|
||||
shop_id = #{record.shopId},
|
||||
</if>
|
||||
<if test="record.recommendPartnerId != null">
|
||||
recommend_partner_id = #{record.recommendPartnerId},
|
||||
</if>
|
||||
<if test="record.recommendPartnerName != null">
|
||||
recommend_partner_name = #{record.recommendPartnerName},
|
||||
</if>
|
||||
<if test="record.recommendPartnerMobile != null">
|
||||
recommend_partner_mobile = #{record.recommendPartnerMobile},
|
||||
</if>
|
||||
</set>
|
||||
where id = #{record.id}
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user