select id, name, code, classify_id, game_date, game_time, logo_url, game_path, status, create_time, orderno, game_expand1, game_expand2, game_expand3, game_expand4 from app_game
insert into app_game
id,
name,
code,
classify_id,
logo_url,
game_path,
status,
create_time,
orderno,
game_expand1,
game_expand2,
game_expand3,
game_expand4,
#{id},
#{name},
#{code},
#{classifyId},
#{logoUrl},
#{gamePath},
#{status},
#{createTime},
#{orderno},
#{gameExpand1},
#{gameExpand2},
#{gameExpand3},
#{gameExpand4},
update app_game
name = #{name},
code = #{code},
classify_id = #{classifyId},
game_date = #{gameDate},
game_time = #{gameTime},
logo_url = #{logoUrl},
game_path = #{gamePath},
status = #{status},
create_time = #{createTime},
orderno = #{orderno},
game_expand1 = #{gameExpand1},
game_expand2 = #{gameExpand2},
game_expand3 = #{gameExpand3},
game_expand4 = #{gameExpand4},
where id = #{id}
delete from app_game where id = #{id}
delete from app_game where id in
#{id}