select customer_follow_id, res_id, res_name, res_type, resource_class_id, resource_class, follow_time, customer_name, company_name_id, company_name, dept_id, dept_name, customer_phone, customer_class_id, customer_class, follow_type_id, follow_type, follow_content, follow_result, resolvent, follow_situation, transaction_intention_id, transaction_intention, follow_user, follow_total, next_follow_time, annex_url, remarks, content, status, sort, create_at, update_at, del_flag from cs_customer_follow
insert into cs_customer_follow
customer_follow_id,
res_id,
res_name,
res_type,
resource_class_id,
resource_class,
follow_time,
customer_name,
company_name_id,
company_name,
dept_id,
dept_name,
customer_phone,
customer_class_id,
customer_class,
follow_type_id,
follow_type,
follow_content,
follow_result,
resolvent,
follow_situation,
transaction_intention_id,
transaction_intention,
follow_user,
follow_total,
next_follow_time,
annex_url,
remarks,
content,
status,
sort,
create_at,
update_at,
del_flag,
#{customerFollowId},
#{resId},
#{resName},
#{resType},
#{resourceClassId},
#{resourceClass},
#{followTime},
#{customerName},
#{companyNameId},
#{companyName},
#{deptId},
#{deptName},
#{customerPhone},
#{customerClassId},
#{customerClass},
#{followTypeId},
#{followType},
#{followContent},
#{followResult},
#{resolvent},
#{followSituation},
#{transactionIntentionId},
#{transactionIntention},
#{followUser},
#{followTotal},
#{nextFollowTime},
#{annexUrl},
#{remarks},
#{content},
#{status},
#{sort},
#{createAt},
#{updateAt},
#{delFlag},
update cs_customer_follow
res_id = #{resId},
res_name = #{resName},
res_type = #{resType},
resource_class_id = #{resourceClassId},
resource_class = #{resourceClass},
follow_time = #{followTime},
customer_name = #{customerName},
company_name_id = #{companyNameId},
company_name = #{companyName},
dept_id = #{deptId},
dept_name = #{deptName},
customer_phone = #{customerPhone},
customer_class_id = #{customerClassId},
customer_class = #{customerClass},
follow_type_id = #{followTypeId},
follow_type = #{followType},
follow_content = #{followContent},
follow_result = #{followResult},
resolvent = #{resolvent},
follow_situation = #{followSituation},
transaction_intention_id = #{transactionIntentionId},
transaction_intention = #{transactionIntention},
follow_user = #{followUser},
follow_total = #{followTotal},
next_follow_time = #{nextFollowTime},
annex_url = #{annexUrl},
remarks = #{remarks},
content = #{content},
status = #{status},
sort = #{sort},
create_at = #{createAt},
update_at = #{updateAt},
del_flag = #{delFlag},
where customer_follow_id = #{customerFollowId}
delete from cs_customer_follow where customer_follow_id = #{customerFollowId}
delete from cs_customer_follow where customer_follow_id in
#{customerFollowId}
insert into cs_customer_follow
customer_follow_id,
follow_time,
customer_name,
company_name,
dept_name,
customer_phone,
customer_class,
follow_type,
follow_content,
follow_result,
resolvent,
follow_situation,
transaction_intention,
follow_user,
follow_total,
next_follow_time,
remarks,
create_at,
del_flag,
#{item.customerFollowId},
#{item.followTime},
#{item.customerName},
#{item.companyName},
#{item.deptName},
#{item.customerPhone},
#{item.customerClass},
#{item.followType},
#{item.followContent},
#{item.followResult},
#{item.resolvent},
#{item.followSituation},
#{item.transactionIntention},
#{item.followUser},
#{item.followTotal},
#{item.nextFollowTime},
#{item.remarks},
#{item.createAt},
#{item.delFlag},