select id, tenant_key, member_id, is_out, operation_type, balance_before, balance, balance_after, remark, create_by, create_time, update_by, update_time from ff_tenant_game_quota_flow
insert into ff_tenant_game_quota_flow
tenant_key,
member_id,
is_out,
operation_type,
balance_before,
balance,
balance_after,
remark,
create_by,
create_time,
update_by,
update_time,
#{tenantKey},
#{memberId},
#{isOut},
#{operationType},
#{balanceBefore},
#{balance},
#{balanceAfter},
#{remark},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update ff_tenant_game_quota_flow
tenant_key = #{tenantKey},
member_id = #{memberId},
is_out = #{isOut},
operation_type = #{operationType},
balance_before = #{balanceBefore},
balance = #{balance},
balance_after = #{balanceAfter},
remark = #{remark},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from ff_tenant_game_quota_flow where id = #{id}
delete from ff_tenant_game_quota_flow where id in
#{id}