id, create_by,create_by_name, create_time, del_flag, update_by, update_time,purchase_id,supplier_id,supplier_name,purchase_time update t_purchase_confirm set del_flag = #{delFlag,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR} delete from t_purchase_confirm where purchase_id = #{purchaseId,jdbcType=VARCHAR}