select id, cost_no, bill_code, fee_type, split_type, cost_fee, total_volume, bill_weight, calc_remark, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_cost_fee_rel insert into emis_tms_cost_fee_rel cost_no, bill_code, fee_type, split_type, cost_fee, total_volume, bill_weight, calc_remark, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site, #{costNo}, #{billCode}, #{feeType}, #{splitType}, #{costFee}, #{totalVolume}, #{billWeight}, #{calcRemark}, #{remark}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{createSite}, #{updateSite}, update emis_tms_cost_fee_rel cost_no = #{costNo}, bill_code = #{billCode}, fee_type = #{feeType}, split_type = #{splitType}, cost_fee = #{costFee}, total_volume = #{totalVolume}, bill_weight = #{billWeight}, calc_remark = #{calcRemark}, remark = #{remark}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, create_site = #{createSite}, update_site = #{updateSite}, where id = #{id} update emis_tms_cost_fee_rel set del_flag='1' where cost_no = #{costNo} update emis_tms_cost_fee_rel set del_flag='1' where id = #{id} update emis_tms_cost_fee_rel set del_flag='1' where id in #{id}