delete from base_bill_detail_info where id_=#{id,jdbcType=VARCHAR}
update base_bill_detail_info
bill_id=#{billId,jdbcType=VARCHAR},
order_id=#{orderId,jdbcType=VARCHAR},
company_id=#{companyId,jdbcType=VARCHAR},
bill_detail=#{billDetail,jdbcType=VARCHAR},
rush_status = #{rushStatus,jdbcType=VARCHAR},
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
sort_no = #{sortNo,jdbcType=INTEGER}
where id_=#{id}