insert into customer_info_feedback (fb_date, source_channel, fb_customer_phone, branche_name, fb_type, create_person, in_charge_person, customer_manager, entry_date, p_code, fb_customer_name, fb_wechat_number, edc_date, fb_remarks)
values (#{fb_date}, #{source_channel}, #{fb_customer_phone}, #{branche_name}, #{fb_type}, #{create_person}, #{in_charge_person}, #{customer_manager}, #{entry_date}, #{p_code}, #{fb_customer_name}, #{fb_wechat_number}, #{edc_date}, #{fb_remarks})
update customer_info_feedback
`fb_date` = #{fb_date,jdbcType=TIMESTAMP},
`source_channel` = #{source_channel,jdbcType=VARCHAR},
`fb_customer_phone` = #{fb_customer_phone,jdbcType=VARCHAR},
`branche_name` = #{branche_name,jdbcType=VARCHAR},
`fb_type` = #{fb_type,jdbcType=VARCHAR},
`create_person` = #{create_person,jdbcType=VARCHAR},
`in_charge_person` = #{in_charge_person,jdbcType=VARCHAR},
`customer_manager` = #{customer_manager,jdbcType=VARCHAR},
`entry_date` = #{entry_date,jdbcType=TIMESTAMP},
`p_code` = #{p_code,jdbcType=VARCHAR},
`fb_customer_name` = #{fb_customer_name,jdbcType=VARCHAR},
`fb_wechat_number` = #{fb_wechat_number,jdbcType=VARCHAR},
`edc_date` = #{edc_date,jdbcType=TIMESTAMP},
`fb_remarks` = #{fb_remarks,jdbcType=VARCHAR},
`it_on` = #{it_on,jdbcType=VARCHAR},
`convenient_time` = #{convenient_time,jdbcType=VARCHAR},
`communication_content` = #{communication_content,jdbcType=VARCHAR},
`user_feedback` = #{user_feedback,jdbcType=VARCHAR},
`store` = #{store,jdbcType=VARCHAR},
where `id` = #{id,jdbcType=INTEGER}
insert into customer_info_feedback (fb_date, source_channel, fb_customer_phone, branche_name, fb_type, create_person, in_charge_person, customer_manager, entry_date, p_code, fb_customer_name, fb_wechat_number, edc_date, fb_remarks, it_on, convenient_time, communication_content, user_feedback, store)
values
(#{item.fb_date}, #{item.source_channel}, #{item.fb_customer_phone}, #{item.branche_name}, #{item.fb_type}, #{item.create_person}, #{item.in_charge_person}, #{item.customer_manager}, #{item.entry_date}, #{item.p_code}, #{item.fb_customer_name}, #{item.fb_wechat_number}, #{item.edc_date}, #{item.fb_remarks}, #{item.it_on}, #{item.convenient_time}, #{item.communication_content}, #{item.user_feedback}, #{item.store})