select id, bill_code,bill_month, standard_fee, bill_fee, cost_fee, bill_profit, satisfy_money, allowance_money, deduction_money, other_money, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_cost_profit insert into emis_tms_cost_profit id, bill_code, bill_month, standard_fee, bill_fee, cost_fee, bill_profit, satisfy_money, allowance_money, deduction_money, other_money, remark, del_flag, create_by, create_time, update_by, update_time, create_site, update_site, #{id}, #{billCode}, #{billMonth}, #{standardFee}, #{billFee}, #{costFee}, #{billProfit}, #{satisfyMoney}, #{allowanceMoney}, #{deductionMoney}, #{otherMoney}, #{remark}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{createSite}, #{updateSite}, update emis_tms_cost_profit bill_code = #{billCode}, bill_month = #{billMonth}, standard_fee = #{standardFee}, bill_fee = #{billFee}, cost_fee = #{costFee}, bill_profit = #{billProfit}, satisfy_money = #{satisfyMoney}, allowance_money = #{allowanceMoney}, deduction_money = #{deductionMoney}, other_money = #{otherMoney}, 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_profit set del_flag='1' where id = #{id} update emis_tms_cost_profit set del_flag='1' where id in #{id}