select id, pid, people_id, admin_id, type, contents, createtime, updatetime from bdgl_people_recall_auditlog
insert into bdgl_people_recall_auditlog
pid,people_id,admin_id,type,contents,createtime,updatetime,#{pid},#{peopleId},#{adminId},#{type},#{contents},#{createtime},#{updatetime},
update bdgl_people_recall_auditlog
pid = #{pid},people_id = #{peopleId},admin_id = #{adminId},type = #{type},contents = #{contents},createtime = #{createtime},updatetime = #{updatetime},
where id = #{id}
delete from bdgl_people_recall_auditlog where id = #{id}
delete from bdgl_people_recall_auditlog where id in
#{id}