select a.id, a.name, a.type, a.code, a.short_name, a.founding_time, a.create_by, a.create_time, a.update_by, a.update_time, a.del_flag, a.remark, a.introduce from invest_exchange a
insert into invest_exchange
id,name,type,code,short_name,founding_time,create_by,create_time,update_by,update_time,del_flag,remark,introduce,#{id},#{name},#{type},#{code},#{shortName},#{foundingTime},#{createBy},#{createTime},#{updateBy},#{updateTime},#{delFlag},#{remark},#{introduce},
update invest_exchange
name = #{name},type = #{type},code = #{code},short_name = #{shortName},founding_time = #{foundingTime},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},del_flag = #{delFlag},remark = #{remark},introduce = #{introduce},
where id = #{id}
delete from invest_exchange where id = #{id}
delete from invest_exchange where id in
#{id}
update invest_exchange set del_flag='1' where id = #{id}
update invest_exchange set del_flag='1' where id in
#{id}