select logs_id, company_id, money, remark, create_time, balance, logs_type, status from company_red_packet_balance_logs
insert into company_red_packet_balance_logs
company_id,
money,
remark,
create_time,
balance,
logs_type,
status,
#{companyId},
#{money},
#{remark},
#{createTime},
#{balance},
#{logsType},
#{status},
update company_red_packet_balance_logs
company_id = #{companyId},
money = #{money},
remark = #{remark},
create_time = #{createTime},
balance = #{balance},
logs_type = #{logsType},
status = #{status},
where logs_id = #{logsId}
delete from company_red_packet_balance_logs where logs_id = #{logsId}
delete from company_red_packet_balance_logs where logs_id in
#{logsId}