select id, coin,logo,introduce, total_amount,purchase_limit,proportion,refer_coin, refer_market, show_symbol, price, raising_amount, raised_amount, participants_num, raising_time, begin_time, end_time, status, create_by, create_time, update_by, update_time, remark from t_own_coin
insert into t_own_coin
coin,
introduce,
logo,
total_amount,
purchase_limit,
refer_coin,
refer_market,
show_symbol,
price,
proportion,
raising_amount,
raised_amount,
participants_num,
raising_time,
begin_time,
end_time,
status,
create_by,
create_time,
update_by,
update_time,
remark,
#{coin},
#{introduce},
#{logo},
#{totalAmount},
#{purchaseLimit},
#{referCoin},
#{referMarket},
#{showSymbol},
#{price},
#{proportion},
#{raisingAmount},
#{raisedAmount},
#{participantsNum},
#{raisingTime},
#{beginTime},
#{endTime},
#{status},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update t_own_coin
coin = #{coin},
introduce = #{introduce},
logo = #{logo},
total_amount = #{totalAmount},
purchase_limit = #{purchaseLimit},
refer_coin = #{referCoin},
refer_market = #{referMarket},
show_symbol = #{showSymbol},
price = #{price},
proportion = #{proportion},
raising_amount = #{raisingAmount},
raised_amount = #{raisedAmount},
participants_num = #{participantsNum},
raising_time = #{raisingTime},
begin_time = #{beginTime},
end_time = #{endTime},
status = #{status},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from t_own_coin where id = #{id}
delete from t_own_coin where id in
#{id}