select id, type, sop_id, account_id, start_time, chat_id, status, create_time, create_by, update_time, update_by, remark from wx_sop_user
insert into wx_sop_user
type,sop_id,account_id,start_time,chat_id,status,create_time,create_by,update_time,update_by,remark,#{type},#{sopId},#{accountId},#{startTime},#{chatId},#{status},#{createTime},#{createBy},#{updateTime},#{updateBy},#{remark},
update wx_sop_user
type = #{type},sop_id = #{sopId},account_id = #{accountId},start_time = #{startTime},chat_id = #{chatId},status = #{status},create_time = #{createTime},create_by = #{createBy},update_time = #{updateTime},update_by = #{updateBy},remark = #{remark},
where id = #{id}
delete from wx_sop_user where id = #{id}
delete from wx_sop_user where id in
#{id}
delete from wx_sop_user where sop_id = #{sopId}