INSERT INTO tb_authentication(id,real_name,id_card_no,id_card_imgpo,id_card_imgsi,add_time,is_check,check_time,user_id,head_portrait,bank_card_no,phone) VALUES (#{id},#{realName},#{idCardNumber},#{idCardImaPo},#{idCardImaSi},#{addTime},#{isCheck},#{checkTime},#{userId},#{headPortrait},#{bankCardNumber},#{phone}) DELETE from tb_authentication where user_id = #{userId}