select evaluation_id, vehicle_no, customer_name, customer_phone, wechat_openid, wechat_nickname, wechat_avatar, wechat_phone, total_score, evaluation_status, evaluation_time, ip_address, user_agent, create_time, update_time, remark from customer_evaluation
insert into customer_evaluation
vehicle_no,
customer_name,
customer_phone,
wechat_openid,
wechat_nickname,
wechat_avatar,
wechat_phone,
total_score,
evaluation_status,
evaluation_time,
ip_address,
user_agent,
create_time,
update_time,
remark,
#{vehicleNo},
#{customerName},
#{customerPhone},
#{wechatOpenid},
#{wechatNickname},
#{wechatAvatar},
#{wechatPhone},
#{totalScore},
#{evaluationStatus},
#{evaluationTime},
#{ipAddress},
#{userAgent},
#{createTime},
#{updateTime},
#{remark},
update customer_evaluation
vehicle_no = #{vehicleNo},
customer_name = #{customerName},
customer_phone = #{customerPhone},
wechat_openid = #{wechatOpenid},
wechat_nickname = #{wechatNickname},
wechat_avatar = #{wechatAvatar},
wechat_phone = #{wechatPhone},
total_score = #{totalScore},
evaluation_status = #{evaluationStatus},
evaluation_time = #{evaluationTime},
ip_address = #{ipAddress},
user_agent = #{userAgent},
update_time = #{updateTime},
remark = #{remark},
where evaluation_id = #{evaluationId}
delete from customer_evaluation where evaluation_id = #{evaluationId}
delete from customer_evaluation where evaluation_id in
#{evaluationId}