select id, symbol,market, status,show_flag, coin, sort, create_by, create_time, update_by, update_time, remark, search_value,logo, show_symbol,base_coin,type from t_second_coin_config insert into t_second_coin_config symbol, market, status, show_flag, coin, sort, type, create_by, create_time, update_by, update_time, remark, search_value, logo, show_symbol, base_coin, #{symbol}, #{market}, #{status}, #{showFlag}, #{coin}, #{sort}, #{type}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, #{searchValue}, #{logo}, #{showSymbol}, #{baseCoin}, update t_second_coin_config symbol = #{symbol}, market = #{market}, status = #{status}, show_flag = #{showFlag}, coin = #{coin}, sort = #{sort}, type = #{type}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, search_value = #{searchValue}, logo = #{logo}, show_symbol = #{showSymbol}, base_coin = #{baseCoin}, where id = #{id} delete from t_second_coin_config where id = #{id} delete from t_second_coin_config where id in #{id}