|
@@ -86,8 +86,8 @@
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertInfoFeedback" useGeneratedKeys="true" keyProperty="id" parameterType="com.ygj.yuemum.domain.customer.CustomerInfoFeedback">
|
|
|
- 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})
|
|
|
+ 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,store)
|
|
|
+ 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}, #{store})
|
|
|
</insert>
|
|
|
|
|
|
<select id="getById" resultType="com.ygj.yuemum.domain.customer.CustomerInfoFeedback">
|